{# ## template variables: ## - modal_id: A unique id for the modal. (e.g., foo-bar-modal) ## ## - modal_title: An h5 title for your modal. You may provide HTML here, just note ## it will render inside of the h5. ## ## - modal_body: The inner body of the modal. You may provide HTML here. This will ## render inside a div. ## ## provides the following classes for styling: ## ## - -label (e.g., foo-bar-modal-label) ## The inner content of the title. ## - -body (e.g., foo-bar-modal-body) ## The inner content of the modal body. ## ## Use: ## {% with %} ## {% set modal_id="foo-bar" %} ## {% set modal_title="Foos that Bar" %} ## {% set modal_body %} ##

Lorem ipsum ipso facto blah de blah de bloop

## {% endset %} ## {% include 'modal.html' %} ## {% endwith %} #}