17 | {% for item in site.data.content-guidelines-pages %} 18 | {% if item.url == page.url and item.draft-label %} 19 |

Warning: This is a working draft

20 | {% endif %} 21 | {% endfor %} 22 | 23 | {{ content }} 24 |