zoneminder/_layouts/page.html

18 lines
252 B
HTML
Raw Normal View History

{% include head.html %}
2014-06-13 03:22:56 +08:00
{% include navigation.ext %}
<div class="container">
<header class="post-header">
<h2>{{ page.title }}</h2>
2014-06-13 03:22:56 +08:00
</header>
<article class="post-content">
{{ content }}
</article>
</div>
{% include footer.html %}