Implemented blog engine and improved templates
This commit is contained in:
parent
2f2b9b4f21
commit
363bd23954
27 changed files with 1310 additions and 788 deletions
6
templates/data.html
Normal file
6
templates/data.html
Normal file
|
@ -0,0 +1,6 @@
|
|||
{% extends "base.html" %}
|
||||
{% block main %}
|
||||
<h1>data</h1>
|
||||
<p>This is where I would put so cool data - if I had any q.q</p>
|
||||
<p>Maybe someday ~</p>
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue