dr.botzo/dr_botzo/templates/index.html

11 lines
251 B
HTML

{% 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 %}