wip change to pages
This commit is contained in:
19
spike/review/reinvent/ezmded/ui/files.ctmpl
Normal file
19
spike/review/reinvent/ezmded/ui/files.ctmpl
Normal file
@@ -0,0 +1,19 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user