mat.services/templates/index.html

5 lines
136 B
HTML
Raw Normal View History

2022-08-08 04:31:56 +00:00
{% extends "base.html" %}
{% block main_content %}
{{ post_macros::page_header(title="a sadware company")}}
{% endblock main_content %}