layout | title | enable_charities |
---|---|---|
default |
Wishlist |
true |
- TOC {:toc}
{% if page.enable_charities == false %}
{% for c in site.data.charities %}
#### {{ c.title | smartify }} ####
{% endfor %}
{% endif %}
{% if c.image %}![Image for {{ c.title | smartify }}]({{ c.image }}){% endif %}
[[Donate]({{ c.link }})]
{% for range in site.data.wishes %}
{% for w in range[1] %}{% unless w.bought or w.hidden %}
#### {{ w.title | smartify }} {% if w.price %}{**{{ w.price }}**}{% endif %} ####
{% endunless %}{% endfor %}
{% endfor %}
{% if w.image %}![Image for {{ w.title | smartify }}]({{ w.image }}){% endif %}
{% if w.link %} {% for l in w.link %}[[{{ l[0] | replace:"_"," " | capitalize }}]({{ l[1] }})]{% if forloop.length > 1 and forloop.last == false %} / {% endif %}{% endfor %} {% endif %}