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>