{% load render_bundle from webpack_loader %} {% render_bundle 'main' 'css' %}
ArkIndex
Volumes
Transcriptions
Acts
{% if user.is_authenticated %}
Imports
Files
{% endif %}
{% if user.is_authenticated %}
{{ user }}
Log out
{% if user.is_admin %}
Admin
{% endif %} {% else %}
Log in
{% endif %}
{% block content %}{% endblock %}
{% render_bundle 'main' 'js' %}