mirror of
https://github.com/safing/web
synced 2025-04-09 05:29:10 +00:00
Add legal_container
This commit is contained in:
parent
10f569f798
commit
9d96d60b1c
1 changed files with 14 additions and 0 deletions
14
_layouts/legal_container.html
Normal file
14
_layouts/legal_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