<% if (!has_config('comment.app_id') || !has_config('comment.app_key')) { %>
You forgot to set the app_id or app_key for Valine. Please set it in _config.yml.
<% } else { %>
<%- _js(cdn('valine', '1.3.10', 'dist/Valine.min.js')) %> <% } %>