Reading yml file based lesson configuration
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user