From 201a37e8d3d0ef4c59b184c0707ec8ddd301a25a Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Fri, 9 Apr 2021 18:50:55 -0400 Subject: spruced up templates, some repo impl --- src/templates/index.hbs | 74 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 src/templates/index.hbs (limited to 'src/templates/index.hbs') diff --git a/src/templates/index.hbs b/src/templates/index.hbs new file mode 100644 index 0000000..6bd539b --- /dev/null +++ b/src/templates/index.hbs @@ -0,0 +1,74 @@ +{{#> base}} +{{#*inline "navItem"}} +
  • + +
  • +{{/inline}} +{{#*inline "body"}} + + +
    +
    + {{#if selected_make}} + + {{/if}} + {{#if selected_model}} + + {{/if}} + +
    +
    + +
    + + + {{#each parts}} + + + + {{/each}} + +
    {{ this }}
    +
    +{{/inline}} +{{/base}} -- cgit v1.2.3