Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate template render to Jinja2 engine #11

Closed
Riverfount opened this issue Sep 16, 2022 · 0 comments · Fixed by #12
Closed

Migrate template render to Jinja2 engine #11

Riverfount opened this issue Sep 16, 2022 · 0 comments · Fixed by #12
Assignees

Comments

@Riverfount
Copy link
Owner

The goal of this issue is to migrate the way to render our HTML templates from the Python string format function to the Jinja2 engine.

@Riverfount Riverfount self-assigned this Sep 16, 2022
Riverfount added a commit that referenced this issue Sep 16, 2022
Migrated from the simple way to render templates with string format function of Python to use Jinja2 template engine.

Closes #11
@Riverfount Riverfount linked a pull request Sep 16, 2022 that will close this issue
Riverfount added a commit that referenced this issue Sep 16, 2022
Migrated from the simple way to render templates with string format function of Python to use Jinja2 template engine.

Closes #11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant