4 lines
83 B
HTML
4 lines
83 B
HTML
<%inherit file="home.html" />
|
|
<%block name="content">
|
|
${content_index|n}
|
|
</%block>
|