You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a page in app/views that would ideally use layout_unbranded.html which currently lives in docs.
The reason for this is to simulate the user receiving/viewing an email before accessing a service. I could recreate the layout for myself in app/views but for now I am referencing {% extends "govuk_template_unbranded.html" %} which looks like this:
I'd like some basic styling and the ability to turn off the skip link if that's possible.
The text was updated successfully, but these errors were encountered:
we can do this two ways:
a) move the unbranded layout into app/
b) point to that view in appViews variable in server.js so that it can be extended from the app/ folder file while still physically being in docs/ folder
I have a page in
app/views
that would ideally uselayout_unbranded.html
which currently lives indocs
.The reason for this is to simulate the user receiving/viewing an email before accessing a service. I could recreate the layout for myself in
app/views
but for now I am referencing{% extends "govuk_template_unbranded.html" %}
which looks like this:I'd like some basic styling and the ability to turn off the skip link if that's possible.
The text was updated successfully, but these errors were encountered: