{% layout "./layouts/liquid-layout.html" %}
{% block content %}
<h1>SPA Flavors</h1>
<ul>
<li>Client Render: Components Once (JS)</li>
<li>Client <u>and</u> Server Render: Components Twice (HTML and JS)</li>
</ul>
{% endblock %}