hosts: add ooksmedia

This commit is contained in:
ooks-io 2024-11-21 12:24:04 +11:00
parent f3895ce019
commit 10816d1a0a
10 changed files with 301 additions and 27 deletions

View file

@ -1,4 +1,5 @@
{% extends "base.html" %}
{% block home %}
<section class="info-box-container">
<article class="info-box-wrapper">
<div class="info-box">
@ -35,6 +36,5 @@
</article>
</section>
{% block home %}
{{ section.content | safe }}
{% endblock home %}