{% extends "main.html" %} {%load static%} {% block content %}

Recent Note:

{{recent_note.text}}

Tags

{% for tag in tags %} {% endfor %}
Tag Name Actions

{{tag.name}}

USERS ACTIVITY

{% include 'recent-activities.html' %}
{% endblock content %}