From 663aff16b3c1c93fe40d596a60869131e3783ba4 Mon Sep 17 00:00:00 2001
From: Gareth Coles
+ Some resources aren't free - the below key will help you figure out whether you need to pay for + a resource or not. You can also hover them for more information on the payment (or tap them on + mobile) where available. +
++ + + + + Free + + + + + Payment Optional + + + + + Paid +
{% if categories is none %}
- {{ item }}
+ {% if data["payment_description"] %}
+
+ {% else %}
+
+ {% endif %}
+
+ {% if data["payment"] == "optional" %}
+
+ {% elif data["payment"] == "paid" %}
+
+ {% else %}
+
+ {% endif %}
+
+
+ {{ item }}
+
+