13 lines
No EOL
439 B
Text
13 lines
No EOL
439 B
Text
<#setting url_escaping_charset='UTF-8'>
|
|
<#setting number_format='computer'>
|
|
<#include "/version.ftl">
|
|
<#include "/layout/columns.ftl">
|
|
<#include "/layout/datatable.ftl">
|
|
<#include "/layout/fields.ftl">
|
|
<#include "/layout/form.ftl">
|
|
<#include "/layout/happiness.ftl">
|
|
<#include "/layout/lists.ftl">
|
|
<#include "/layout/tabs.ftl">
|
|
<#include "${language}/containers/${container}.ftl" />
|
|
<#include "${language}/types/${type}.ftl" />
|
|
<@render /> |