{% extends "base.html" %} {% block head %} {{ brand.display_name }} on Hogumathi {% endblock %} {% block content %}
{% include "partial/page-nav.html" %}
{% if brand %} {% include "partial/brand-info.html" %} {% endif %} {% endblock %}