All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.hook.index.pebble Maven / Gradle / Ivy

There is a newer version: 3.3.2
Show newest version
/* eslint-disable no-use-before-define */
// generated {{ timestamp | date("yyyy-MM-dd HH:mm:ss", timeZone="Europe/Berlin") }}

{% for c in controllers %}
export * from "./{{c.filename}}";
{% endfor %}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy