diff --git a/src/mandr/templates/page.html b/src/mandr/templates/page.html deleted file mode 100644 index 3d5693a2..00000000 --- a/src/mandr/templates/page.html +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - My Website - - - - - - - - - -
-
- {{body}} -
-
- - diff --git a/src/mandr/templates/partials/artifacts.html b/src/mandr/templates/partials/artifacts.html deleted file mode 100644 index 1686687d..00000000 --- a/src/mandr/templates/partials/artifacts.html +++ /dev/null @@ -1,17 +0,0 @@ -{% if artifacts | length == 0 %} -

This path has no artifacts attached.

-{% endif %} - -{% if artifacts | length > 0 %} -
- -
-{% endif %} diff --git a/src/mandr/templates/partials/info.html b/src/mandr/templates/partials/info.html deleted file mode 100644 index ff3c79b8..00000000 --- a/src/mandr/templates/partials/info.html +++ /dev/null @@ -1,53 +0,0 @@ -
-
- -
-
- - -
-
-
- -
-
-
-
- -
diff --git a/src/mandr/templates/partials/logs.html b/src/mandr/templates/partials/logs.html deleted file mode 100644 index 9e94c56e..00000000 --- a/src/mandr/templates/partials/logs.html +++ /dev/null @@ -1,24 +0,0 @@ -{% if logs | length == 0 %} -

This path has no rendered logs attached.

-{% endif %} - -{% if logs | length > 0 %} -
- -
- {% for name, html in logs %} -
-
{{html}}
-
- {% endfor %} -
-
-{% endif %} diff --git a/src/mandr/templates/partials/nav-bottom.html b/src/mandr/templates/partials/nav-bottom.html deleted file mode 100644 index e69de29b..00000000 diff --git a/src/mandr/templates/partials/nav-mid.html b/src/mandr/templates/partials/nav-mid.html deleted file mode 100644 index e8626edb..00000000 --- a/src/mandr/templates/partials/nav-mid.html +++ /dev/null @@ -1,17 +0,0 @@ -
-
-
- -
-
-
-
- -
- -
diff --git a/src/mandr/templates/partials/nav-top.html b/src/mandr/templates/partials/nav-top.html deleted file mode 100644 index 0016fe6f..00000000 --- a/src/mandr/templates/partials/nav-top.html +++ /dev/null @@ -1,36 +0,0 @@ -
-
- - -
-
diff --git a/src/mandr/templates/partials/views.html b/src/mandr/templates/partials/views.html deleted file mode 100644 index 06795772..00000000 --- a/src/mandr/templates/partials/views.html +++ /dev/null @@ -1,24 +0,0 @@ -{% if views | length == 0 %} -

This path has no rendered views attached.

-{% endif %} - -{% if views | length > 0 %} -
- -
- {% for name, html in views %} -
- {{html|safe}} -
- {% endfor %} -
-
-{% endif %} diff --git a/src/mandr/templates/sketchpad.html b/src/mandr/templates/sketchpad.html deleted file mode 100644 index 7c79706d..00000000 --- a/src/mandr/templates/sketchpad.html +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - - Template Sketchpad - - - - - - - - - - -
-
-

Template Sketchpad

- The template can be edited on the right and will be live updated. -
-
-
- {% for child in children %}
- {{child}} - {% endfor %} -

Template

- -
- -
-
-

Rendered output

-
-
-
-
-

-
-
-
-
-
- -