File: test_template.html

package info (click to toggle)
flask-caching 2.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 480 kB
  • sloc: python: 2,826; makefile: 193; sh: 17
file content (4 lines) | stat: -rw-r--r-- 242 bytes parent folder | download | duplicates (3)
1
2
3
4
{% cache 60, "fragment1" %}{{somevar}}{% endcache %}
{% cache 60, "fragment1", "key1" %}{{somevar}}{% endcache %}
{% cache 60, "fragment1", "key1", somevar %}{{somevar}}{% endcache %}
{% cache timeout, "fragment2" %}{{somevar}}{% endcache %}