The files to change were found with:
`ack --literal --type=html --match '${' --files-without-matches cms/templates`
6 lines
118 B
HTML
6 lines
118 B
HTML
<%page expression_filter="h"/>
|
|
<%inherit file="../base.html" />
|
|
<%block name="content">
|
|
You're in dev mode!
|
|
</%block>
|