TemplayerPython分層模板庫
Templayer是一個用在 Python和Django 的分層模板庫的 。它目前只支持的HTML生成,但其簡單的設(shè)計很容易擴展,以支持其他文件格式。
示例:
<html>
<head><title>%title%</title></head>
<body>
<h1>%title%</h1>
{contents}
{report}
<h3>%day%</h3>
%contents%
{/report}
{happening}<p>%contents%</p>
{/happening}
{/contents}
<hr>
<p>Generated on %date%.</p>
</body>
</html>
評論
圖片
表情
