This repository has been archived on 2024-07-30. You can view files and clone it, but cannot push or open issues or pull requests.
homepage-2017/templates/base.html
2018-04-27 20:00:59 +03:00

14 lines
338 B
HTML

<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="/" class="lightlink">k-space.ee</a></h1>
</div>
{% block content %}
{% endblock %}
{% endblock %}