Skip to content

amarill is an engine to create static or dynamic sites

License

Notifications You must be signed in to change notification settings

amawada/amarill-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

amarill

What is it?

amarill is a template engine for static and dynamic websites. Instead of template-logic related instructions in the HTML code itself, amarill uses template-logic only written in PHP1. This means: you don't need to change the HTML code. Never. amarill will also never change the HTML code by itself. It writes patches and compiles to a HTML5 document.

Footnotes

  1. In future releases amarill will also use YAML and JSON/JSON5.