Adjusted and added static page views logic

This commit is contained in:
chrisw
2017-11-28 11:56:30 +00:00
parent 1c41845ddc
commit ed33e03d82
3 changed files with 121 additions and 36 deletions

View File

@@ -0,0 +1,28 @@
def features_nav():
return [
{
"name": "Features",
"link": "main.features",
},
{
"name": "Roadmap",
"link": "main.roadmap",
},
{
"name": "Security",
"link": "main.security",
},
{
"name": "Performance",
"link": "https://www.gov.uk/performance/govuk-notify",
"external_link": True,
},
{
"name": "Terms of use",
"link": "main.terms",
},
{
"name": "Using Notify",
"link": "main.using_notify",
},
]