{# Base template, with a few basic style definitions. #} {% load django_simple_bulma %} {% load static %} Python Discord | {% block title %}Website{% endblock %} {% bulma %} {# Font-awesome here is defined explicitly so that we can have Pro #} {% block head %}{% endblock %} {% block content %} {{ block.super }} {% endblock %}