mirror of
https://github.com/Xevion/the-office.git
synced 2025-12-15 08:13:29 -06:00
13 lines
234 B
HTML
13 lines
234 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>The Office Quotes{% if title %} - {{ title }}{% endif %}</title>
|
|
{% block head %}
|
|
{% endblock head %}
|
|
</head>
|
|
|
|
<body>
|
|
{% block body %}
|
|
|
|
{% endblock body %}
|
|
</body> |