From 0c63ae51d1221b8ecd9742c7d5580bd06551ecbb Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Thu, 4 Mar 2021 18:14:12 -0500 Subject: did some templating, added some models --- src/templates/index.html | 92 ++++++++++++++++++++++++++++++++++++------------ 1 file changed, 70 insertions(+), 22 deletions(-) (limited to 'src/templates/index.html') diff --git a/src/templates/index.html b/src/templates/index.html index 683891c..4663f5d 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -4,34 +4,82 @@ -

Parts Catalog

- {{#each makes}} -
- {{#if (eq this ../selected_make)}} - - - {{#each ../models}} - {{#if (eq this ../../selected_model)}} - - Parts for {{ this }} - {{else}} - - {{/if}} +
+ +
+
+ + + + +
+ + {{#each parts}} + + + + {{/each}} +
{{ this }}
+
-- cgit v1.2.3