Created
January 30, 2018 11:30
-
-
Save floster/58c8f36c188b30453f3e7d38cc176519 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{% from "macros/swatch.njk" import swatch %} | |
{% extends "parts/_template.njk" %} | |
{% block main %} | |
{% for color in colors %} | |
{{ swatch(color.color_name, color.color_value, color.color_notes) }} | |
{% endfor %} | |
{% endblock %} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment