Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add template engine #2

Open
miso-belica opened this issue Feb 18, 2013 · 0 comments
Open

Add template engine #2

miso-belica opened this issue Feb 18, 2013 · 0 comments
Assignees

Comments

@miso-belica
Copy link
Owner

Simple template engine that renders HTML from file with mark-up like:

  • {html variable.attribute}
  • {attr variable.attribute}
  • {for var in vars}<p>{html var}</p>{/for}
  • {if var_if} if {elseif var_elseif} elseif {else} else {/if}
@miso-belica miso-belica self-assigned this Apr 4, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant