12 lines
253 B
Plaintext
Raw Normal View History

2018-07-09 11:22:10 +10:00
<% if (title) { %>
<h1 class="h2 mb-3"><%- title %></h1>
<% }
if (subtitle) { %>
<p class="h4 text-muted font-weight-normal mb-7"><%- subtitle %></p>
<% }
if (link) { %>
2018-07-09 12:21:03 +10:00
<a class="btn btn-<%- btn_color %>" href="#"><%- link %></a>
2018-07-09 11:22:10 +10:00
<% } %>