This is a JEKYLL PAGE

Here are the main page variables/metadata available in Jekyll on GitHub Pages:

page.collection (collection documents only)
--NOT AVAILABLE--
 The name of the current collection if this is a collection document.
page.comments
test
 Custom metadata, set in _config.yml defaults but set to "test" in the frontmatter for this page. NB: value of false triggers the default N/A msg
page.content
<h1>This is a {% if page.collection %}COLLECTION DOCUMENT{% else %}JEKYLL...
 The unrendered content for the document.
page.date
2018-01-02 17:12:12 +0000
 Custom metadata, set in the frontmatter for the page though docs indicate this should be created automatically
page.description
Testing collections and page variables - this page is in an actual Jekyll Page and is in a folder, it is an HTML file
 Custom metadata, set in the frontmatter for the page. Commonly used in templates.
page.dir (actual Jekyll Pages only)
/vscode/
 The name of the folder containing the Page. With leading/trailing slashes.
page.draft (collection documents and Posts only)
--NOT AVAILABLE--
 Whether the document/post is in draft (unpublished).
page.excerpt (collection documents and Posts only?)
--NOT AVAILABLE--
 The unrendered excerpt of the document/post. Excerpts are generated from the top of the page (after the frontmatter) until the first excerpt_separator (a blank line by default).
page.excerpt_separator (collection documents and Posts only?)
--NOT AVAILABLE--
 The trigger for the end of a generated excerpt (a blank line by default). May be set in the frontmatter.
page.ext (collection documents and Posts only?)
--NOT AVAILABLE--
 The extension of the document/post. With leading dot.
page.id (collection documents and Posts only)
--NOT AVAILABLE--
 The document/post ID. For a collection document, the format is /[collectionName]/[pageSlug]
page.layout
page
 The layout name for the page. Typically one of default, page, post, home. Must match the name of a layout file in the _layouts folder. e.g. home.html
page.name (actual Jekyll Pages only)
test3.html
 The name of the Page (with original extension, e.g. test2.md)
page.output
<span class='na'>--NOT AVAILABLE--</span>
 The rendered version of the page (e.g. all Jekyll markup replaced).
page.path
vscode/test3.html
 The path to the original (unrendered) file. Without leading slash (e.g. nr-qa/test2.md)
page.relative_path (collection documents and Posts only)
--NOT AVAILABLE--
 The path to the original (unrendered) file. Without leading slash (e.g. nr-qa/test2.md)
page.slug (collection documents and Posts only)
--NOT AVAILABLE--
 
page.testFm
testing front matter variables
 Custom metadata, set in the frontmatter for this page.
page.title
A Test Jekyll/GitHub Pages Page (HTML)
 Custom metadata, set in the frontmatter for the page. Commonly used in templates to provide the HTML title and often an H1 tag at the top of the page content.
page.url
/vscode/test3.html
 The absolute URL for rendered version of the document. With leading slash, e.g. /nr-qa/test2.html