kopia lustrzana https://github.com/cirospaciari/socketify.py
15 wiersze
278 B
HTML
15 wiersze
278 B
HTML
![]() |
<html>
|
||
|
<body>
|
||
|
<div class="header">
|
||
|
<%block name="header"/>
|
||
|
</div>
|
||
|
|
||
|
${self.body()}
|
||
|
|
||
|
<div class="footer">
|
||
|
<%block name="footer">
|
||
|
this is the footer
|
||
|
</%block>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|