Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/creactivistore/_templates/templates/_helpers.html
diff options
context:
space:
mode:
Diffstat (limited to 'creactivistore/_templates/templates/_helpers.html')
-rw-r--r--creactivistore/_templates/templates/_helpers.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/creactivistore/_templates/templates/_helpers.html b/creactivistore/_templates/templates/_helpers.html
new file mode 100644
index 0000000..6759fef
--- /dev/null
+++ b/creactivistore/_templates/templates/_helpers.html
@@ -0,0 +1,3 @@
+{% macro link_to(text, endpoint) -%}
+ <a href="{{ url_for(endpoint, **kwargs) }}">{{ text }}</a>
+{%- endmacro %}