...

Text file src/github.com/noirbizarre/gonja/ext/django/testData/statements/widthratio.tpl

Documentation: github.com/noirbizarre/gonja/ext/django/testData/statements

     1{# Tip: In gonja you can easily use arithmetic expressions like value/100.0, but widthratio is supported as well #}
     2{% widthratio 175 200 100 %}
     3{% widthratio 175 200 100 as width %}
     4{{ width }}

View as plain text