Skip to main content
Juno
Toggle navigation menu
Back to website
Community
Submit a request
Sign in
Supporting multiple languages
Localize content to support a wider audience
Adding translations to sections and categories
Adding translated text to templates
<% if (previousArticle || nextArticle) { %>
<% if (previousArticle) { %>
Previous article
<%= previousArticle.title %>
<% } %> <% if (nextArticle) { %>
Next article
<%= nextArticle.title %>
<% } %>
<% } %>