Overview
CompetitionSuite Pages uses a system called Handlebars to help fill in information where appropriate.
The base code for CompetitionSuite Pages is available on Github.
All Pages
All pages have access to certain fields. The format to access these fields are 2 curly braces on each side of the variable name, like: {{site.variable}}
The fields available on every page are:
Variable | Description |
---|---|
name | Name of the Web Site |
Contact email of the web site | |
phone | Contact phone number of the web site |
Link to the Organization's Facebook page | |
Link to the Organization's Twitter profile | |
Link to the Organization's Instagram page | |
allowRecaps | This is a flag labeled "allowRecaps" for your benefit. This does NOT actually block public release of recaps, you as the developer are in charge of utilizing this field to block the display of recap links. |
Updated less than a minute ago