Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 454 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 454 Bytes

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.