This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{# | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
_includes/library-search-form.html | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
#} | |
<form action="{{ url('library/results') }}"> | |
{#? Keywords #} | |
<div class="flex flex-wrap mb-6 -mx-3"> | |
<div class="w-full px-3"> | |
<label class="block mb-2 font-bold tracking-wide text-hbgray-900" for="keywords">Keywords (Optional)</label> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% include "oz/emerald-city with { | |
"character" : "tinman" | |
} %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{# | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
_layouts/main-layout.html | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
All image transforms are defined here in the main layout template so they can be used site-wide. Templates using this layout can reference them thus: | |
{{ theBackgroundImage.url(transform.small) }} | |
#} | |
{% set transform = { | |
small: { |