1
0
Fork 0

Remove tildas from templates

This commit is contained in:
Alex Kotov 2020-10-17 11:02:25 +05:00
parent f93c61232f
commit 64f8b7f172
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
5 changed files with 5 additions and 5 deletions

View File

@ -2,4 +2,4 @@
<h1>{{ error_code }}</h1>
{{/inline}}
{{~> (layout)~}}
{{> (layout)}}

View File

@ -10,4 +10,4 @@
</div>
{{/inline}}
{{~> (layout)~}}
{{> (layout)}}

View File

@ -22,4 +22,4 @@
</div>
{{/inline}}
{{~> (layout)~}}
{{> (layout)}}

View File

@ -17,7 +17,7 @@
<body>
{{> navbar}}
{{~> page}}
{{> page}}
<script type="text/javascript" src="/assets/bundle.js"></script>
</body>

View File

@ -27,4 +27,4 @@
</div>
{{/inline}}
{{~> (layout)~}}
{{> (layout)}}