Removed useless css and pages, added base templates
This commit is contained in:
13
templates/base.html
Normal file
13
templates/base.html
Normal 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 %}
|
||||
Reference in New Issue
Block a user