Can I hide or protect parts of page (or a modular page) that is accessible for everyone?
Content open for every visitor to read {% if logged_in %}except for this classified string of text here {% end_if %} and we are back to the open stuff again.
---