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 ```html+jinja {% extends "base.html" %} {% block title %}Members{% endblock %} {% block content %} {% endblock %} ``` ### License MIT