diff --git a/.gitignore b/.gitignore index 508249609..9b8b7c764 100644 --- a/.gitignore +++ b/.gitignore @@ -62,7 +62,6 @@ target/ .vscode # Frontend dependencies and compiled assets -app/assets/stylesheets/govuk_template/.sass-cache/ .sass-cache/ cache/ node_modules diff --git a/app/templates/govuk_template.html b/app/templates/govuk_template.html deleted file mode 100644 index c8ea57fe9..000000000 --- a/app/templates/govuk_template.html +++ /dev/null @@ -1,109 +0,0 @@ -{% block top_of_page %}{% endblock %} - - - - - - {% block page_title %}GOV.UK - The best place to find government services and information{% endblock %} - - - - - - - - - - - - - - - - - - - - - - - - {% block head %}{% endblock %} - - - - - - - - - {% block body_start %}{% endblock %} - - - - - - - - - - {% block after_header %}{% endblock %} - -
- - {% block content %}{% endblock %} - - - - - - - - {% block body_end %}{% endblock %} - - - - -