diff --git a/templates/admin/boat/boat.html.tera b/templates/admin/boat/boat.html.tera new file mode 100644 index 0000000..01e6263 --- /dev/null +++ b/templates/admin/boat/boat.html.tera @@ -0,0 +1,65 @@ +{% macro new() %} +
+{% endmacro checkbox %} + + +{% macro edit(boat, uuid) %} + +{% endmacro checkbox %} diff --git a/templates/admin/boat/index.html.tera b/templates/admin/boat/index.html.tera index e799005..94f1458 100644 --- a/templates/admin/boat/index.html.tera +++ b/templates/admin/boat/index.html.tera @@ -1,93 +1,19 @@ {% import "includes/macros" as macros %} +{% import "admin/boat/boat" as boat %} {% extends "base" %} {% block content %} +