{# 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 %}
{% include "base/navbar.html" with active_item=True dropdowns=True icon_weight="fal" use_logo=True %}
{% block content %}{% endblock %}