mirror of
https://github.com/Xevion/the-office.git
synced 2026-01-31 20:26:04 -06:00
16 lines
534 B
HTML
16 lines
534 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>The Office Quotes{% if title %} - {{ title }}{% endif %}</title>
|
|
{% block head %}
|
|
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto:300,300italic,700,700italic">
|
|
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.css">
|
|
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/milligram/1.3.0/milligram.css">
|
|
{% endblock head %}
|
|
</head>
|
|
|
|
<body>
|
|
{% block body %}
|
|
|
|
{% endblock body %}
|
|
</body> |