mirror of
https://github.com/Xevion/the-office.git
synced 2025-12-15 10:13:30 -06:00
4 lines
76 B
HTML
4 lines
76 B
HTML
{% extends 'base.html' %}
|
|
{% block body %}
|
|
{{ super() }}
|
|
{% endblock body %} |