code.gitea.io/gitea@v1.22.3/templates/devtest/tmplerr.tmpl (about)

     1  {{template "base/head" .}}
     2  <div class="page-content devtest">
     3  	<div class="tw-flex">
     4  		<div class="tw-w-4/5">
     5  			hello hello hello hello hello hello hello hello hello hello
     6  		</div>
     7  		<div class="tw-w-1/5">
     8  			{{template "devtest/tmplerr-sub" .}}
     9  		</div>
    10  	</div>
    11  </div>
    12  {{template "base/footer" .}}