Added tag_list to page drop - CrystalCommerce Liquid Documentation for Designers

Added tag_list to page drop

Added the tag_list attribute to the page drop, editedable in the admin. Good for putting different pages in different menues.

{% if page.tag_list contains 'topmenu' %}
  <li class="page_item"><h2><a href="{{ page.url }}">{{ page.title }}</a></h2></li>
{% endif %}