{# Base template, with a few basic style definitions. #} {% load django_simple_bulma sekizai_tags static %} 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" %} {% block content %} {{ block.super }} {% endblock %} {% render_block "js" %}