mirror of
https://github.com/safing/web
synced 2025-04-16 17:09:09 +00:00
Add exception_container
This commit is contained in:
parent
6ae49aa861
commit
10f569f798
1 changed files with 14 additions and 0 deletions
14
_layouts/exception_container.html
Normal file
14
_layouts/exception_container.html
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
---
|
||||||
|
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>
|
Loading…
Add table
Reference in a new issue