diff options
Diffstat (limited to 'web/templates/labitrack.d/hello_world')
-rw-r--r-- | web/templates/labitrack.d/hello_world | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/web/templates/labitrack.d/hello_world b/web/templates/labitrack.d/hello_world new file mode 100644 index 0000000..22bc008 --- /dev/null +++ b/web/templates/labitrack.d/hello_world @@ -0,0 +1,6 @@ +<div class="entry"> + <h2>{{title}}</h2> + <div class="body"> + {{body}} + </div> +</div> |