{% extends "base.html" %} {% block contents %}

ADVANCED BROWSING

{% if user_id %}

Recent Addtion on {{user_id}}'s interested topic "{{userinfo.subject1}}" and "{{userinfo.subject2}}"

{% endif %}
{% for meta in articles %} {% endfor %}
No. Title Author Subject
{{forloop.counter}} {{meta.title}} {{meta.author}} {{meta.subject1}}
{% endblock %}