7 lines
181 B
Mako
7 lines
181 B
Mako
## -*- coding: utf-8; -*-
|
|
<%inherit file="wuttaweb:templates/home.mako" />
|
|
|
|
## DEPRECATED; remains for back-compat
|
|
<%def name="render_this_page()">
|
|
${self.page_content()}
|
|
</%def>
|
|
|