1
0
Fork 0
mirror of https://github.com/safing/web synced 2025-04-07 20:49:08 +00:00
safing-web/_layouts/exception_container.html
2022-02-10 11:56:01 +01:00

14 lines
No EOL
266 B
HTML

---
layout: page
---
<section class="publication-layout">
<div class="markdown-container max-w-5xl">
{% unless page.heading == null %}
<h1 class="font-extrabold">
{{ page.heading }}
</h1>
{% endunless %}
{{ content }}
</div>
</section>