Also refactored the "base" template stuff - really should've done that in a separate commit
5 lines
150 B
Plaintext
5 lines
150 B
Plaintext
{% extends "base" %}
|
|
{% block content %}
|
|
If you're seeing this, it probably worked. Go back <a href="/">here</a> to check.
|
|
{% endblock content %}
|