{# Base template, with a few basic style definitions. #} {% load django_simple_bulma %} {% load sekizai_tags %} {% load static %} {# Generated with https://realfavicongenerator.net/ #} Python Discord | {% block title %}Website{% endblock %} {% bulma %} {# Font-awesome here is defined explicitly so that we can have Pro #} {% block head %}{% endblock %} {% render_block "css" %}
{% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% block content %} {{ block.super }} {% endblock %}
{% block site_footer %} {% include "base/footer.html" %} {% endblock %} {% render_block "js" %}