Skip to main content
Juno
Toggle navigation menu
Back to website
Community
Submit a request
Sign in
Customizing the Web Widget
Removing the Web Widget from your website
Customizing the appearance of the Web Widget
Adding the Web Widget to a website
Configuring Web Widget components
Using the Web Widget
<% if (previousArticle || nextArticle) { %>
<% if (previousArticle) { %>
Previous article
<%= previousArticle.title %>
<% } %> <% if (nextArticle) { %>
Next article
<%= nextArticle.title %>
<% } %>
<% } %>