mirror of
https://github.com/Xevion/the-office.git
synced 2025-12-15 08:13:29 -06:00
14 lines
408 B
HTML
14 lines
408 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>The Office Quotes{% if title %} - {{ title }}{% endif %}</title>
|
|
{% block head %}
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.8.0/css/bulma.min.css" integrity="sha256-D9M5yrVDqFlla7nlELDaYZIpXfFWDytQtiV+TaH6F1I=" crossorigin="anonymous">
|
|
{% endblock head %}
|
|
</head>
|
|
|
|
<body>
|
|
{% block body %}
|
|
|
|
{% endblock body %}
|
|
</body> |