index
:
FOSSEE-Forum/.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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>