aboutsummaryrefslogtreecommitdiffstats
path: root/templates/devtest/tmplerr.tmpl
blob: 2fe3f1effdf3f41d93ee3f245af2b99df308b8c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{{template "base/head" .}}
<div class="page-content devtest">
	<div class="gt-df">
		<div style="width: 80%; ">
			hello hello hello hello hello hello hello hello hello hello
		</div>
		<div style="width: 20%;">
			{{template "devtest/tmplerr-sub" .}}
		</div>
	</div>
</div>
{{template "base/footer" .}}