discourse-legacysite-perl/site/articles/_widget_manual.html
2024-06-17 22:24:05 +10:00

7 lines
513 B
HTML

<div class="widget widget-fullwidth">
<%if Title%><h2<%if TitleStyle%> style="<%TitleStyle%>"<%endif%>><a href="<%URL%>"><%Title%></a></h2><%endif%>
<%if Subtitle%><div class="description"><%Subtitle%></div><%endif%>
<%if Image%><%if URL%><a href="<%URL%>"><%endif%><img width="300" height="166" src="<%config.build_root_url%><%Image_URL%>" class="img-responsive" /><%if URL%></a><%endif%><%endif%>
<%if Button%><br /><div class="center"><a href="<%URL%>" class="btn"><%Button%></a></div><%endif%>
</div>