Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nested pages variable #201

Closed
SteenSchutt opened this issue Jan 23, 2015 · 0 comments
Closed

Nested pages variable #201

SteenSchutt opened this issue Jan 23, 2015 · 0 comments

Comments

@SteenSchutt
Copy link

It'd be nice to have the pages variable but with nesting. That way I could create submenus without too much hassle.

{% for page in pages %}
<li><a href="{{ page.url }}">{{ page.title }}</a></li>
    <ul>{% for subpage in page.subpages %}
     <li><a href="{{ subpage.url }}">

If you catch my drift.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants