Files
ivatar/templates/base_home.html
Oliver Falk 3183dfffe7 Merge
2019-02-12 15:35:46 +01:00

15 lines
485 B
HTML

{% load static %}
{% load i18n %}<!DOCTYPE HTML>
{% include 'header.html' %}
<title>{{ site_name }} :: {% block title %}{% trans 'Freeing the Web, one face at a time!' %}{% endblock title %}</title>
{% spaceless %}
<div id="page">
{% block content %}{% endblock content %}
{% block footer %}{% include 'footer.html' %}{% endblock footer %}
</div>
{% endspaceless %}
<script src="{% static '/js/bootstrap.min.js' %}"></script>
<script src="{% static '/js/ivatar.js' %}"></script>