1
0
This repository has been archived on 2021-02-02. You can view files and clone it, but cannot push or open issues or pull requests.
picotemplate/res/test.html

11 lines
184 B
HTML

<html>
<head>
<title>Pico Template</title>
</head>
<body>
This is my {{OBJECT1}}, this is my gun.<br/>
{{#SECTION}} This is for {{OBJECT2}}!<br/>
{{/SECTION}}
</body>
</html>