{% import "macros/breadcrumbs.tera.html" as bc %} {% import "macros/icon.tera.html" as ic %} {% import "macros/toc.tera.html" as toc %} {% block title %}Hipcheck{% endblock %} {% include "partials/head.tera.html" %}
{% include "partials/nav.tera.html" %} {% block breadcrumbs %} {% set current = section | default(value=page) %} {{ bc::breadcrumbs(current=current) }} {% endblock %}
{% block content %}{% endblock %}
{% block sidebar %}{% endblock %}
{% block extra %}{% endblock %} {% include "partials/footer.tera.html" %}
{% include "partials/search.tera.html" %} {% include "partials/end.tera.html" %}