mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-25 20:31:26 -08:00
6 lines
167 B
HTML
6 lines
167 B
HTML
|
{% extends 'themes/' + theme() + '/base.html' %}
|
||
|
|
||
|
{% block app_content %}
|
||
|
<script src="{{ '/static/themes/' + theme() + '/js/logout.js' }}"></script>
|
||
|
{% endblock %}
|