Skip to content

Instantly share code, notes, and snippets.

@antonioortegajr
Last active January 12, 2018 18:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save antonioortegajr/87f49ca555ef880bf7bbf0e9b920e54d to your computer and use it in GitHub Desktop.
Save antonioortegajr/87f49ca555ef880bf7bbf0e9b920e54d to your computer and use it in GitHub Desktop.
twig Listing ID

Listing ID page twig variable definitions.

Some variables and macros will riqure the an import. These are generally indentified when a period is included Example: labels.subdivision Additionally some variable are combined with logic such as an {% if %} statement. Others may pass arguments.

{% import "forms-1.001.twig" as form %}

{% import "searchTools-1.001.twig" as tools %}

{% include 'navbar-1.000.twig' %}

{{ tools.listingID }}- the input for a listing ID

{% include 'multipleMlsDisclaimers-1.000.twig' %}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment