21 lines
412 B
HTML
21 lines
412 B
HTML
{% extends "base.html" %}
|
|
{% load i18n static %}
|
|
{% load humanize %}
|
|
{% block head %}
|
|
<script type="text/javascript" src="{{ STATIC_URL }}javascript/tippy.js"></script>
|
|
{% endblock %}
|
|
|
|
{% block nav %}
|
|
{% include "nav.html" with ls=ls season=season %}
|
|
{% endblock %}
|
|
|
|
{% block body %}
|
|
<div id="content-main">
|
|
<div class="row">
|
|
<div class="col-md-7">
|
|
<h2>Über TipPy</h2>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|