~chipaca/unity-lens-video/custom-user-agent

« back to all changes in this revision

Viewing changes to templates/main/index.html

  • Committer: Janos Gyerik
  • Date: 2011-08-05 18:11:47 UTC
  • Revision ID: janos@axiom-20110805181147-kczu8zf8eiow7bbf
added very basic nst

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
{% extends "base.html" %}
2
2
 
 
3
{% load nst %}
 
4
 
3
5
{% block pagetitle %}bashoneliners.com{% endblock %}
4
6
 
5
7
{% block keywords %}{% endblock %}
34
36
    </div>
35
37
 
36
38
    <div class="explanation">
37
 
        {{ oneliner.explanation }}
 
39
        {{ oneliner.explanation|nst|safe }}
38
40
    </div>
39
41
 
40
42
    <div class="eof">EOF</div>