20 lines
737 B
Cheetah
20 lines
737 B
Cheetah
|
{{ define "about-me/app.tmpl" }}
|
||
|
|
||
|
<div class="StandartWindowFrame">
|
||
|
<div>
|
||
|
<div class="StandartWindowFrameTopBar">
|
||
|
<button id="closeWindowButton" class="StandartWindowFrameTopBarButton" title="Close Window"></button>
|
||
|
<div id="Drag" class="WindowDragArea"></div>
|
||
|
<div class="StandartWindowFrameTitle">
|
||
|
About me
|
||
|
</div>
|
||
|
<div id="Drag" class="WindowDragArea"></div>
|
||
|
</div>
|
||
|
<div class="ContentBorder">
|
||
|
<div class="ScrollContent">
|
||
|
TEST CONTENT
|
||
|
</div>
|
||
|
{{template "wde-widgets/scrollbar.tmpl" .}}
|
||
|
</div>
|
||
|
</div>
|
||
|
{{ end }}
|