18 lines
271 B
HTML
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 %}
|
|
|