{% extends 'base.html' %} {% block head %} {{ super() }} {% endblock head %} {% block body %}

Xevion

Python Developer

{% if content %}
GitHub Actviity
{% for card in content %}
{{ card.title }}
Picsum Picture
{{ card.text }}
{% endfor %}
{% endif %}
{% endblock body %}