{% extends 'base.html' %}

{% block title %}{{ site.domain }}{% endblock %}

{% block navbarbrand %}
<a class="navbar-brand navbar-brand-active" href="{% url 'home' %}">{{ site.domain }}</a>
{% endblock %}

{% block content %}
{% endblock content %}