6 lines
160 B
HTML
6 lines
160 B
HTML
{% extends 'default/templates/form/field/field.html' %}
|
|
|
|
{% block field %}
|
|
{{ content.renderable.render(mode=content.mode, format=format) }}
|
|
{% endblock %}
|