Last active
August 29, 2015 14:05
-
-
Save meoooh/f55d394111dce5bf2e3d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head></head> | |
<body> | |
<!-- mylist = [0, 1, 3] --> | |
<p>{{ mylist|get_index:3 }}</p> | |
</body> | |
</html> | |
{% comment "result" %} | |
result: | |
<html> | |
<head></head> | |
<body> | |
<!-- mylist = [0, 1, 3] --> | |
<p>2</p> | |
</body> | |
</html> | |
{% endcomment %} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment