Skip to main content
Juno
Toggle navigation menu
Back to website
Community
Submit a request
Sign in
Adding visually engaging elements to content
Capture your visitor’s interest and communicate more effectively
Increasing engagement with icons
Promoted article
Creating beautiful content with text styles
Organizing information in tables
Emphasizing points with block and pull-quotes
Customizing list styles
Adding figures and images to articles
Drawing attention to information with call outs
Getting technical with code blocks
<% if (previousArticle || nextArticle) { %>
<% if (previousArticle) { %>
Previous article
<%= previousArticle.title %>
<% } %> <% if (nextArticle) { %>
Next article
<%= nextArticle.title %>
<% } %>
<% } %>