Skip to content

Instantly share code, notes, and snippets.

@floster
Created January 30, 2018 11:30
Show Gist options
  • Save floster/58c8f36c188b30453f3e7d38cc176519 to your computer and use it in GitHub Desktop.
Save floster/58c8f36c188b30453f3e7d38cc176519 to your computer and use it in GitHub Desktop.
{% 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