{% extends 'django_knowledge/inner.html' %} {% block title %}Home{% endblock title %} {% block knowledge_widgets %}

Top {{ questions|length }} Questions


    {% for question in questions %}
  1. {{ question.title }}  by {{ question.get_name }}
  2. {% endfor %}
{% endblock knowledge_widgets %}