<!DOCTYPE html>
<html lang="en">
<head>
    <title>MVG Learning Suite</title>
</head>
<body>
    <h1>MVG Learning Suite</h1>
    <p>This is a learning suite.</p>
    {{ form_start(form, {'attr': {'novalidate': 'novalidate'}}) }}
    {{ form_widget(form) }}
    {{ form_end(form) }}
    <button id="start">Start!</button>
</body>
</html>