1
0
Fork 0
mirror of https://github.com/safing/web synced 2025-04-25 13:19:08 +00:00
safing-web/_layouts/page_container.html
2022-02-09 21:39:41 +01:00

15 lines
No EOL
266 B
HTML

---
layout: page
---
<section>
{{ content }}
<div class="horizontal-line element-x-center max-w-4xl mt-0"></div>
{% if page.portmaster_plug == true %}
{% include portmaster_plug.html %}
{% endif %}
{% include next_previous_item.html %}
</section>