{% load static tailwind_tags gravatar %} {% url 'home' as home_url %} {% url 'trade_offer_list' as trade_offer_list_url %} {% url 'cards:card_list' as cards_list_url %} {% url 'dashboard' as dashboard_url %} {% include 'meta/meta.html' %} {% block title %}{% endblock title %} - PᴋMɴ Trade Club {% tailwind_css %} {% block css %}{% endblock %} {% block javascript_head %}{% endblock %}
{% include '_messages.html' %} {% block content %}{% endblock %}
{% block javascript %}{% endblock %}