Files
account_store/templates/pages/profile/p_user_profile.html
2023-07-17 18:48:33 +03:00

11 lines
228 B
HTML

{% extends 'tb_base.html' %}
{% load static %}
{% block meta %}
<script src='{% static "js/newRoute.js" %}'></script>
{% endblock %}
{% block content %}
{% include 'blocks/b_user_profile.html' %}
{% endblock %}