Skip to content

Instantly share code, notes, and snippets.

@timkelty
Last active August 19, 2025 01:46
Show Gist options
  • Save timkelty/f9553c457abd37bcc3b31253e6301d60 to your computer and use it in GitHub Desktop.
Save timkelty/f9553c457abd37bcc3b31253e6301d60 to your computer and use it in GitHub Desktop.
{% if cloud.isCraftCloud() %}
{% do cloud.enableEsi() %}
<esi:include src="{{ src }}" />
{% else %}
{% include src only %}
{% endif %}
<!DOCTYPE html>
<html>
<body>
{% include '_esi' with {
src: '/username',
} %}
</body>
</html>
{% expires %}
username: {{ currentUser ?? 'logged out' }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment