Unja ===== Unja is (an attempt at) a template engine for C, inspired by Jinja and Liquid. This is nowhere near being stable right now. ### Example ``` {% extends "base.html" %} {% block title %}Members{% endblock %} {% block content %} {% endblock %} ``` ### License Unlicensed (to be decided).