hesabix/core/templates/ui/app.html.twig

13 lines
290 B
Twig
Raw Normal View History

2025-08-31 19:48:07 +03:30
{% extends 'base.html.twig' %}
{% block title %}سیستم حسابداری{% endblock %}
{% block body %}
2025-09-01 20:51:04 +03:30
<div id="app" data-route="{{ route }}"></div>
{% endblock %}
{% block javascripts %}
{{ parent() }}
<script src="{{ asset('build/main.js') }}"></script>
2025-08-31 19:48:07 +03:30
{% endblock %}