1
0
Fork 0
mirror of https://github.com/yweber/lodel2.git synced 2026-01-08 16:22:14 +01:00
lodel2_mirror/plugins/webui/templates/documents/show.html
2016-06-30 14:56:11 +02:00

5 lines
180 B
HTML

{% extends "base_backend.html" %}
{% block title %}Lodel 2 - Document {{ id }}{% endblock %}
{% block content %}
{{ leapi.Section.get(['lodel_id = %s' % id]) }}
{% endblock %}