~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 16:53:45 UTC
  • Revision ID: janos@axiom-20110805165345-nv177xbnf1kswfcx
some basic fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 
11
11
{% for oneliner in oneliners %}
12
12
<div class="oneliner">
13
 
    <pre>$ {{ oneliner.line }}</pre>
 
13
    <pre>{% for line in oneliner.lines %}$ {{ line }}<br/>{% endfor %}</pre>
14
14
 
15
15
    <div class="summary">
16
16
        {{ oneliner.summary }}