File: widthratio.tpl

package info (click to toggle)
golang-github-flosch-pongo2.v4 4.0.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-backports, trixie
  • size: 860 kB
  • sloc: makefile: 3
file content (4 lines) | stat: -rw-r--r-- 195 bytes parent folder | download | duplicates (3)
1
2
3
4
{# Tip: In pongo2 you can easily use arithmetic expressions like value/100.0, but widthratio is supported as well #}
{% widthratio 175 200 100 %}
{% widthratio 175 200 100 as width %}
{{ width }}