# Functions

No description provided by the author
ConcatenateStrings takes a number of string arguments and concatenates them.
No description provided by the author
No description provided by the author
No description provided by the author
DatePeriodFormat will format a time-series date period string to a human accessible format e.g.
No description provided by the author
Handler resolves the rendering of a specific pagem with a given model and template name.
HasField checks to see if the field is present in the struct.
No description provided by the author
InitLocaleBundle is used to initialise the locale bundle.
InitLocalizer is used to initialise the localizer.
No description provided by the author
LegacyDataSetDownloadURI builds a URI string for a legacy dataset download URI.
Localise localises text based on a key.
No description provided by the author
Markdown converts markdown to HTML.
No description provided by the author
NotLastItem returns true/false based on if the index equals the length Example of use is in JSON-LD partials, where we must determine whether or not a comma should be rendered in a range.
No description provided by the author
No description provided by the author
No description provided by the author
TruncateToMaximumCharacters returns a substring of parameter 'text' if the text is longer than the specified maximum length.