misp-website/_layouts/page.html

15 lines
330 B
HTML
Executable File

{% include header.html %}
<section class="wrapper style1">
<div class="container">
<div id="content">
<article>
{{ content | markdownify }}
</article>
</div>
</div>
</section>
{% include footer.html %}