This repository has been archived on 2024-01-11. You can view files and clone it, but cannot push or open issues or pull requests.
library/templates/index.html

9 lines
200 B
HTML

{% extends "base.html" %}
{% block content %}
<div class="title">
<h1><b>Library</b> of South London</h1>
<p>bad advice from people who don't know anything.</p>
</div>
{% endblock content %}