Removed useless css and pages, added base templates

This commit is contained in:
teras
2017-10-09 11:29:29 +03:00
parent 94b21c8492
commit 9401ef1b2d
29 changed files with 267 additions and 14423 deletions

13
templates/base.html Normal file
View File

@@ -0,0 +1,13 @@
<head>
<link rel="stylesheet" href="/static/css/app.css">
</head>
{% extends 'base_footer.html' %}
{% block base_footer %}
<div class="header section center-align">
<h1 class="section darken-2 z-depth-1 white-text"><a href="/">k-space.ee</a></h1>
</div>
{% block content %}
{% endblock %}
{% endblock %}