{% include 'hackathon/base.html' %}
{{ title }} : User Blog Info
{% for i,v in blogData.items %}
{{i}}
{{v}}
{% endfor %}