Skip to main content
Juno
Toggle navigation menu
Back to website
Community
Submit a request
Sign in
Updating page templates
Learn how to make changes to page markup
Rendering HTML using JavaScript
Promoted article
Changing page templates in Guide
Adding multiple templates to your theme
Using variables in CSS and HTML
Customizing page templates with HTML and Curlybars
Understanding Guide templating
<% if (previousArticle || nextArticle) { %>
<% if (previousArticle) { %>
Previous article
<%= previousArticle.title %>
<% } %> <% if (nextArticle) { %>
Next article
<%= nextArticle.title %>
<% } %>
<% } %>