Reading yml file based lesson configuration

This commit is contained in:
Nanne Baars
2016-06-29 00:23:29 +02:00
parent 966e5b9e0a
commit f12c06fc55
7 changed files with 193 additions and 35 deletions

View File

@ -14,7 +14,7 @@
<div th:switch="${migrated}">
<div th:case="false" th:utext="${lesson.content}"></div>
<div th:case="true" th:replace="lesson:__${lesson.class.simpleName}__"></div>
<div th:case="true" th:replace="lesson:__${lesson.html}__"></div>
</div>
</html>