-
Updated
Aug 5, 2020 - JavaScript
template-engine
Here are 1,106 public repositories matching this topic...
-
Updated
Dec 2, 2020 - Python
-
Updated
Dec 5, 2020 - PHP
-
Updated
Apr 6, 2020 - JavaScript
-
Updated
Nov 29, 2020 - CoffeeScript
-
Updated
Dec 6, 2020 - JavaScript
-
Updated
Aug 4, 2020 - PHP
-
Updated
Dec 3, 2020 - Java
-
Updated
Sep 18, 2020 - Go
-
Updated
Dec 4, 2020 - C#
-
Updated
Dec 4, 2020 - Go
-
Updated
Dec 1, 2020 - F#
Inheritance breaks macro imports with "Macro namespace `macros` was not found in template `parent`"
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() }}
{% endbloc
-
Updated
Nov 24, 2020 - Java
-
Updated
Oct 27, 2020 - Ruby
-
Updated
Dec 3, 2020 - C#
-
Updated
Nov 27, 2020 - Java
-
Updated
Dec 6, 2020 - C++
-
Updated
Oct 3, 2020 - Clojure
-
Updated
Sep 3, 2020 - JavaScript
-
Updated
Dec 2, 2020 - C#
-
Updated
Dec 4, 2020 - JavaScript
-
Updated
Nov 25, 2020 - C++
-
Updated
Jul 7, 2020 - JavaScript
Improve this page
Add a description, image, and links to the template-engine topic page so that developers can more easily learn about it.
Add this topic to your repo
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: