ifeval::[“{debug}” == “true”] .Liquid variables

cols=“2,4,6a, options=”header“, role=”table-responsive, full-width“

|=============================================================================== |name |value |description

|`page.path` |{{ page.path }} |The path to the raw post or page. Example usage: Linking back to the page or post's source on GitHub. This can be overridden in the `YAML Front Matter`.

|`site.collections_dir` |{{ site.collections_dir }} |lorem:sentences

|`page.images.dir` |{{ page.images.dir }} |Image path set pagewise. See FRONTMATTER defaults in `_config.yml` for the images path specified by: `images.dir` for specific page type. See the example below for a page of type pages.

source, yaml

defaults:

- scope:
    path:          pages
    type:          pages
  values:
    images:
      dir:        /assets/images/pages

|`page-imagesdir` |{{ page-imagesdir }} | Images path set in the page by `:page-imagesdir:`.

|`template` |{{ site.template.name }} |Name of the template used for rendering a page. Settings are taken from sitewide configuration defined by `_config.yml`.

|`includedir` |{{ includedir }} |lorem:sentences

|=============================================================================== endif::[]