Hacker News new | ask | show | jobs
by janci 3078 days ago
Oh the irony, this site has terrible UX.
1 comments

    <ul>
      {% for law in laws %}
      <li><strong>{{ law.name }}</strong>  - {{ law.summary }}
       <a href="{{ law.wikipedia_url }}">{{ law.name }} on Wikipedia</a>
      </li>
      {% endfor %}
    </ul>
Jinja2 or Django template language?
I think it's valid in both!
> Jinja2

If I would guess;