This commit is contained in:
2025-05-23 22:09:57 +04:00
parent 0b1d9907a7
commit 2bfe4161b2
4 changed files with 5 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
{{ extends "../layouts/base.jet" }}
{{ extends "../layouts/base" }}
{{ block title() }}Dashboard - HeroApp UI{{ end }}

View File

@@ -1,4 +1,4 @@
{{ extends "../layouts/base.jet" }}
{{ extends "../layouts/base" }}
{{ block title() }}Login - HeroApp UI{{ end }}

View File

@@ -1,4 +1,4 @@
{{ extends "../layouts/base.jet" }}
{{ extends "../layouts/base" }}
{{ block title() }}Process Manager - HeroApp UI{{ end }}