mirror of
https://github.com/go-gitea/gitea
synced 2024-11-01 07:44:25 +00:00
0bef9a2775
These should be all simple inline styles that were left in the templates. Co-authored-by: Giteabot <teabot@gitea.io>
13 lines
300 B
Handlebars
13 lines
300 B
Handlebars
{{template "base/head" .}}
|
|
<div class="page-content devtest">
|
|
<div class="tw-flex">
|
|
<div class="tw-w-4/5">
|
|
hello hello hello hello hello hello hello hello hello hello
|
|
</div>
|
|
<div class="tw-w-1/5">
|
|
{{template "devtest/tmplerr-sub" .}}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{{template "base/footer" .}}
|