Skip to content

webpages/templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Template system for WebPages

This template system is very similar to YAML format or Python code, but designed to render HTML.

Competitors: HAML (SHPAML, PyHAML), Slim, Jade. Syntax is equal to WebUI Templates.

TODO:

Functions:

  • python-like syntax. We don't need to close tags. Code is hierarchical and easy to read
  • extend templates. You can assign new variable inside template and push this variable to parent template where you can use it
  • include extenstion to support extended tags. For example, you can include "bootstrap" to add short syntax to generate Twiter Bootstrap markup. Instead of extra HTML tags you can write short instructions and code will be converted to correct HTML markup

About

Template system for WebPages framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published