summaryrefslogtreecommitdiff
path: root/static/website/templates/recent_questions.html
blob: 1a4cc440c7990321413f57000dfdb46c22f1d088 (plain)
1
2
3
4
5
<ul>
{% for question in recent_questions %}
    <li>{{question.title}}</li>
{% endfor %}
</ul>