Skip to content

Instantly share code, notes, and snippets.

@antonioortegajr
Last active January 12, 2018 03:58

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