Files
pywallter/templates/edit_article.html
2026-03-22 20:37:29 +01:00

18 lines
271 B
HTML

{% extends 'up_squelette.html' %}
{% block css %}
{% include 'css/simple_editor.html' %}
{% endblock %}
{% block main %}
{% include 'update_article.html' %}
{% endblock %}
{% block js %}
{% include '_js_editor.html' %}
{% include '_js_htmx.html' %}
{% endblock %}