openjpeg/_includes/themes/bootstrap-3/page.html

10 lines
207 B
HTML

<div class="page-header">
<h1>{{ page.title }} {% if page.tagline %} <small>{{ page.tagline }}</small>{% endif %}</h1>
</div>
<div class="row">
<div class="col-xs-12">
{{ content }}
</div>
</div>