mirror of
https://git.linux-kernel.at/oliver/ivatar.git
synced 2025-11-11 10:46:24 +00:00
16 lines
574 B
HTML
16 lines
574 B
HTML
{% load static %}
|
|
{% load i18n %}<!DOCTYPE HTML>
|
|
{% include 'header.html' %}
|
|
<link rel="stylesheet" href="{% static "css/surly-badges.local.css" %}" type="text/css">
|
|
<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>
|