fix: challenge introduction page loads (#2095)

This commit is contained in:
Nanne Baars
2025-03-31 22:49:26 +02:00
committed by GitHub
parent c3f9158eab
commit b3dec8bdc9
3 changed files with 20 additions and 14 deletions

View File

@ -0,0 +1,9 @@
<!DOCTYPE html>
<html xmlns:th="http://www.thymeleaf.org">
<div class="lesson-page-wrapper">
<div class="adoc-content" th:replace="~{doc:lessons/challenges/documentation/Challenge_introduction.adoc}"></div>
</div>
</html>