1
0
Fork 0
mirror of https://github.com/mwalbeck/pushjet-webinterface.git synced 2025-02-07 01:51:02 +00:00
pushjet-webinterface/templates/layout/subscription.html
2017-01-13 14:07:26 +01:00

11 lines
232 B
HTML

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