Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

Dynamic use of templates in Jinja2

{% for d in dicts %}
  {% set template = d.type + '.html' %} {% include template %}
{% endfor %}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #Dynamic #templates
ADD COMMENT
Topic
Name
7+6 =