notea-de-me/spike/review/reinvent/ezmded/ui/files.ctmpl

20 lines
501 B
Plaintext

<!DOCTYPE html>
<html>
<header>
<title>{{ .Title }}</title>
{{ template "imports" . }}
</header>
<body class="lr_fullscreen tb_fullscreen" onload="init(); return false;">
<br>
<div class="rows">
{{ template "searchbar" . }}
<div class="columns thic_flex tb_buffer">
{{ template "filetree" . }}
<div class="thic_flex lr_fullscreen" style="margin-left: 1em; width: 5px;">
{{ template "editor" . }}
</div>
</div>
</div>
</body>
</html>