mirror of
https://github.com/rmontanana/microblog.git
synced 2025-08-16 07:45:51 +00:00
653 B
653 B
{% extends 'base.html' %}
{% block content %}
{% if user == current_user %}
{% endif %}
{% for post in posts %} {% include '_post.html' %} {% endfor %} {% endblock %}
|
User: {{ user.username }}{% if user.about_me %}{{ user.about_me }} {% endif %} {% if user.last_seen %}Last seen on: {{ user.last_seen }} {% endif %} |
{% for post in posts %} {% include '_post.html' %} {% endfor %} {% endblock %}