socketify.py/examples/templates/mako_home.html

7 wiersze
140 B
HTML

<%inherit file="mako_base.html"/>
<%block name="header">
this is some header content
</%block>
this is the body content. ${ message }