High performance JavaScript templating engine
-
Updated
Jan 9, 2021 - JavaScript
Tested on 5dc12afc4e0e506183898fc56d3bdc9ce6a0b6d7 (current HEAD) and 1.3.1 off Crates.io.
Given the following setup:
{# parent #}
{% block henlo %}
henlo
{% endblock %}
{# macro #}
{% macro benlo() %}
trenlo
{% endmacro benlo %}
{# child #}
{% extends "parent" %}
{% import "macro" as macros %}
{% block henlo %}
{{ super() }}
menlo
{{ macros::benlo() }}
{% endblocAdd a description, image, and links to the template-engine topic page so that developers can more easily learn about it.
To associate your repository with the template-engine topic, visit your repo's landing page and select "manage topics."
Environment
Description
When I tried to upload a file, an
java.lang.UnsupportedOperationException: direct buffer raised, so that the upload operation cannot be done. The full exception stack is as follows: