diff --git a/artdag_common/__pycache__/__init__.cpython-312.pyc b/artdag_common/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000..7d49b36 Binary files /dev/null and b/artdag_common/__pycache__/__init__.cpython-312.pyc differ diff --git a/artdag_common/__pycache__/constants.cpython-312.pyc b/artdag_common/__pycache__/constants.cpython-312.pyc new file mode 100644 index 0000000..558202b Binary files /dev/null and b/artdag_common/__pycache__/constants.cpython-312.pyc differ diff --git a/artdag_common/__pycache__/rendering.cpython-312.pyc b/artdag_common/__pycache__/rendering.cpython-312.pyc new file mode 100644 index 0000000..15b75ef Binary files /dev/null and b/artdag_common/__pycache__/rendering.cpython-312.pyc differ diff --git a/artdag_common/templates/_base.html b/artdag_common/templates/_base.html index deeb67b..77e5ef8 100644 --- a/artdag_common/templates/_base.html +++ b/artdag_common/templates/_base.html @@ -81,8 +81,10 @@ {# App-specific sub-nav (Runs, Recipes, Effects, etc.) #} {% block sub_nav %}{% endblock %} -
+
+
{% block content %}{% endblock %} +
{% block footer %}{% endblock %}