diff --git a/threagile-builder/src/threagile_builder/templates/build/view_build.html b/threagile-builder/src/threagile_builder/templates/build/view_build.html new file mode 100644 index 0000000..eb6d143 --- /dev/null +++ b/threagile-builder/src/threagile_builder/templates/build/view_build.html @@ -0,0 +1,9 @@ +{% extends 'base.html' %} {% block content %} + +
+
BUILD GOES HERE
+
+ +
+ +{% endblock %}