Open Media Library Platform
This commit is contained in:
commit
411ad5b16f
5849 changed files with 1778641 additions and 0 deletions
|
|
@ -0,0 +1 @@
|
|||
{% macro hello(name) %}Hello {{ name }}!{% endmacro %}
|
||||
|
|
@ -0,0 +1 @@
|
|||
<p>{{ value }}|{{ injected_value }}
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
{{ text }}
|
||||
{{ html }}
|
||||
{% autoescape false %}{{ text }}
|
||||
{{ html }}{% endautoescape %}
|
||||
{% autoescape true %}{{ text }}
|
||||
{{ html }}{% endautoescape %}
|
||||
|
|
@ -0,0 +1 @@
|
|||
{{ foo}} Mail
|
||||
|
|
@ -0,0 +1 @@
|
|||
I'm nested
|
||||
|
|
@ -0,0 +1 @@
|
|||
<h1>{{ whiskey }}</h1>
|
||||
|
|
@ -0,0 +1 @@
|
|||
{{ value|super_reverse }}
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
{% if value is boolean %}
|
||||
Success!
|
||||
{% endif %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue