move templates aroudn to satisfy packaging now that it's being tested

This commit is contained in:
2023-02-16 16:14:06 -06:00
parent 337e4db650
commit 1cf0364268
8 changed files with 7 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
{% extends 'base.html' %}
{% block title %}{{ site.domain }}{% endblock %}
{% block navbarbrand %}
<a class="navbar-brand navbar-brand-active" href="{% url 'index' %}">{{ site.domain }}</a>
{% endblock %}
{% block content %}
{% endblock content %}