{% extends 'base.html' %} {% block head %} {{ super() }} {% endblock head %} {% block body %} {{ super() }}

The Office Quotes


Source for all The Office Quotes
{# Site Directory #}
{# List of Seasons/Episodes #} {% for season in seasons %} Season {{ season.id }}
{% for episode in season.episodes %} e{{ episode.number }} - {{ episode.title }}
{% endfor %} {% endfor %}
{# Main Body of Content #}
{% block content %} {% endblock content%}
{% endblock body %}