move templates aroudn to satisfy packaging now that it's being tested
This commit is contained in:
10
dr_botzo/templates/index.html
Normal file
10
dr_botzo/templates/index.html
Normal 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 %}
|
||||
Reference in New Issue
Block a user