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

Implement empty slot hiding #13

Open
pepamartinec opened this issue Apr 17, 2012 · 0 comments
Open

Implement empty slot hiding #13

pepamartinec opened this issue Apr 17, 2012 · 0 comments
Milestone

Comments

@pepamartinec
Copy link
Owner

Currently, builder leaves the slot markup in the template event if it is empty. But it can sometimes hurt layout and readability of page. For example, when header slot leaves empty <header>.

It would be better, to have the ability to dynamically generate markup only for the non-empty slots.

The markup could be generated automatically, based on the slot name:

{% slot left-panel %}
<div class="left-panel"></div>

Or some settings syntax may be created:

{% slot left-panel wrap : { 'aside', { class : 'my-left-panel' } } %}
<aside class="my-left-panel"></aside>
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

1 participant