10 lines
160 B
Mako
10 lines
160 B
Mako
## -*- coding: utf-8; -*-
|
|
<%inherit file="/configure.mako" />
|
|
|
|
<%def name="form_content()">
|
|
${self.input_file_templates_section()}
|
|
</%def>
|
|
|
|
|
|
${parent.body()}
|
|
|