Skip to content

Commit

Permalink
add test app
Browse files Browse the repository at this point in the history
Signed-off-by: George Lemon <[email protected]>
  • Loading branch information
georgelemon committed Jan 18, 2024
1 parent 4512814 commit b0e23a3
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
Empty file modified tests/app/storage/.gitkeep
100644 → 100755
Empty file.
Empty file modified tests/app/templates/layouts/base.timl
100644 → 100755
Empty file.
1 change: 1 addition & 0 deletions tests/app/templates/partials/btn.timl
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
button.btn: "Click me!"
3 changes: 2 additions & 1 deletion tests/app/templates/views/index.timl
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
div.container > div.row > div.col-12
h1: "Hello!"
h1: "Hello!"
@include "btn"

0 comments on commit b0e23a3

Please sign in to comment.