mirror of
https://github.com/safing/web
synced 2025-04-07 20:49:08 +00:00
14 lines
No EOL
266 B
HTML
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> |