BITNULLS / storybook

A motivational storybook that helps students learn.
https://www.edustorybooks.tk
1 stars 0 forks source link

Fix EduTemplate Regex to Exclude Template Keys in HTML Comments #253

Open jvillemare opened 2 years ago

jvillemare commented 2 years ago

Due Date: Backlog

Description: If a Template ¶key is inside of an <!-- HTML comment -->, then ignore it. In templates.py, update the EduTemplate class to modify the regex pattern of string.Template to exclude HTML comments.

Objectives:

jvillemare commented 2 years ago

Reassigning @vivatheest