1
0
mirror of https://github.com/mwalbeck/pushjet-webinterface.git synced 2024-11-23 14:57:33 +00:00
pushjet-webinterface/templates/layout/service.html
2017-01-13 14:07:26 +01:00

12 lines
227 B
HTML

{% extends "layout/base.html" %}
{% block body %}
{% block content %}
{% endblock %}
{% endblock %}
{% block footer %}
<script src="{{ url_for('static', filename='js/service.js') }}" charset="utf-8"></script>
{% endblock %}