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 %}