Created
          April 16, 2014 09:29 
        
      - 
      
- 
        Save seanislegend/10840829 to your computer and use it in GitHub Desktop. 
Revisions
- 
        seanislegend created this gist Apr 16, 2014 .There are no files selected for viewingThis 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ {% with 'one two three four five six' as list %} {% for item in list.split %} {{ item }}<br> {% endfor %} {% endwith %}