Guest User

Untitled

a guest
Aug 20th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. {% if page.submenu %}
  2. <h3>Chapter Contents</h3>
  3. <ul>
  4. {% for item in page.submenu %}
  5. <li><a href="#{{ item.anchor }}">{{ item.title }}</a></li>
  6. {% endfor %}
  7. </ul>
  8. {% endif %}
Add Comment
Please, Sign In to add comment