misp-website/_layouts/page.html

23 lines
664 B
HTML
Raw Normal View History

2016-07-23 18:31:16 +02:00
{% include header.html %}
2016-07-23 18:54:38 +02:00
<section class="wrapper style1">
<div class="container">
<div id="content">
2016-08-02 15:08:41 +02:00
<div class="row double">
<div class="8u">
2016-07-23 18:54:38 +02:00
<article>
{{ content | markdownify }}
</article>
2016-08-02 15:08:41 +02:00
</div>
<div class="4u" id="toc">
<h3> Table of Content </h3>
{{ content | toc_only }}
</div>
</div>
2016-07-23 18:54:38 +02:00
</div>
</div>
</section>
2016-07-23 18:31:16 +02:00
{% include footer.html %}