{% load static %} <head> <link rel="stylesheet" href="{% static '/makeItBeautiful.css' %}"> <title>{% block webTitle %}{% endblock %}</title> </head> <body> <div class="pageTitle"> <h1 class="pageTitle"> {% block pageTitle %}{% endblock %} </h1> </div> <br><br><br> <div class="content"> {% block content %}{% endblock %} <div class="navButtons"> {% block otherButtons %} {% endblock %} </div> </div> </body>