<%- include('header'); -%>

Welcome to <%= title %>

<%- include('add-form'); -%> <% if (msg) { %>
<%= msg %>
<% } %>

Your Tests

<%- include('domain-cards', { data: sites }); -%>
<%- include('footer'); -%>