Remove the published version from git, figure out centering, remove some assets I shouldn't be using
This commit is contained in:
parent
6d0553b648
commit
aaf2c39d16
20 changed files with 57 additions and 222 deletions
8
templates/generic.html
Normal file
8
templates/generic.html
Normal file
|
@ -0,0 +1,8 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
<h1 class="title">
|
||||
{{ section.title }}
|
||||
</h1>
|
||||
{{ section.content | safe }}
|
||||
{% endblock content %}
|
Loading…
Add table
Add a link
Reference in a new issue