{% extends "base.html" %} {# Define what html head we include #} {% block head %} {% with type='base' %} {% include "components/html_head.html" %} {% endwith %} {% endblock head %} {% block wrapped %} {% with type='normal' %} {% include "components/navbar_generator.html" %} {% endwith %} {% include "components/super_gay.html" %}

{% block title %}{% endblock %}

{% block content %} {% endblock %} {% endblock %}