16 lines
328 B
HTML
16 lines
328 B
HTML
{{ template "head.html" .}}
|
|
|
|
<div style="height: 48px;"></div>
|
|
<!-- <h1 style='width: 100%; word-wrap: break-word; hyphens: auto;'>
|
|
{{ .Title }}
|
|
<p>
|
|
{{ .Desc }}
|
|
</p>
|
|
</h1> -->
|
|
{{ template "title_desc.html" .}}
|
|
|
|
|
|
<h2>policy</h2>
|
|
<pre>{{ .Data.Game.PrivacyPolicy }}</pre>
|
|
|
|
<div style='height: 44px; width: 100%;'></div>
|