<%- include('include/header.html', {root: "../"}); %>

Der Browser-Speicher localStorage ist nicht verfügbar. Entweder unterstützt dein Browser ihn nicht oder du hast ihn deaktiviert oder er ist voll. Ohne localStorage werden deine Lösungen nicht gespeichert.

<%- koan.title %>

<% if (koan.lesson) { %>
<%- koan.lesson %>
<% } %>

Aufgabe

<%- koan.task %>
<% if (koan.hint) { %>
<%- koan.hint %>
<% } %> <% if (koan.solution) { %>
<%- koan.solution %>
<% } %>

<%- include('include/aside.html', {root: "../"}); %> <%- include('include/footer.html', {root: "../"}); %>