{% extends "layout.html" %} {% import "macros/_event.html" as misc %} {% block page_title %}{{ user.username }}{% endblock %} {% block body_class %}userprofile{% endblock %} {% block page_meta %} {% endblock %} {% block content %} {% if current_user and current_user.is_authenticated %}