Skip to main content Skip to list of styles
Beta

This is a new service – give us your feedback to help improve it.

Styles

Page template

Use the TNA Frontend base template to create consistent page layouts.

Contents

  1. Blocks

A template is included in TNA Frontend that has support for the blocks specified below.

You can use this template in your prototypes or copy the structure into your production application.

See the generic page template in TNA Frontend.

Block Purpose
pageTitle Explictly writes to the <title> element
headIcons Contains favicon and apple-touch-icon icons
head Empty block for the addition of other contents in the <head>
stylesheets Block for including stylesheets
bodyStart Contains the top-of-page elements cookies and skipLink
cookies Contains the tnaCookieBanner component
skipLink Contains the tnaSkipLink element
header Block for the site’s header component (e.g. tnaHeader)
main Contains the main body of content along with the <main> element
beforeContent Can be used for pre-main elements such as breadcrumbs
content The main body of content
afterContent Can be used for post-main elements such as page feedback
footer Block for the site’s footer component (e.g. tnaFooter)
bodyEnd Contains code that needs to be included at the end of the page (e.g. JavaScript)

The blocks are nested in the following way:

Variable Purpose Default
htmlLang Sets the lang attribute of the <html> element en-GB
htmlClasses Classes to add to the <html> element [none]
pageTitle Sets the title of the page in the <title> element, before the siteTitle [none]
siteTitle Sets the title of the page in the <title> element, after the pageTitle The National Archives
theme Sets the theme colour of the site system
themeAccent Sets the accent colour of the site [none]
themeColor The theme-color #000000
assetPath The path for the icons and images included from TNA Frontend /assets
bodyClasses Classes to add to the <body> element [none]
mainClasses Classes to add to the <main> element [none]

Back to top