Skip to content

Instantly share code, notes, and snippets.

@antonioortegajr
Last active January 12, 2018 03:58
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/84e7ecb26baf632780c900163fa0daa9 to your computer and use it in GitHub Desktop.
Save antonioortegajr/84e7ecb26baf632780c900163fa0daa9 to your computer and use it in GitHub Desktop.

Roster 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 "mobileFirstRosterTools-1.001.twig" as rosterTools %}

{{ office.id }}

{{ office.officeEmail }}

{% import "mobileFirstFormTools-1.000.twig" as form %}

{{# Display other agents here. # }}

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