mirror of
https://github.com/yweber/lodel2.git
synced 2025-11-27 23:56:53 +01:00
5 lines
180 B
HTML
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 %}
|