This repository has been archived on 2024-07-04. You can view files and clone it, but cannot push or open issues or pull requests.
|
<html>
|
|
<head>
|
|
<title>{% block title %}{% endblock %}</title>
|
|
|
|
<link type="text/css" rel="stylesheet" href="/media/styles/bilbo_green.css">
|
|
|
|
{% block meta %}
|
|
{% endblock %}
|
|
</head>
|
|
<body>
|
|
{% block content %}
|
|
{% endblock %}
|
|
</body>
|