Python分层模板库 Templayer

码农软件 · 软件分类 · 模板引擎 · 2019-08-25 13:14:46

软件介绍

Templayer是一个用在 Python和Django 的分层模板库的 。它目前只支持的HTML生成,但其简单的设计很容易扩展,以支持其他文件格式。

示例:

   <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>

本文地址:https://www.codercto.com/soft/d/13137.html

Making Things See

Making Things See

Greg Borenstein / Make / 2012-2-3 / USD 39.99

Welcome to the Vision Revolution. With Microsoft's Kinect leading the way, you can now use 3D computer vision technology to build digital 3D models of people and objects that you can manipulate with g......一起来看看 《Making Things See》 这本书的介绍吧!

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

MD5 加密
MD5 加密

MD5 加密工具

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具