kellygkemnitz / flask-resume-app

Simple Flask application for displaying my resume
0 stars 0 forks source link

If you want to do more Frontend dev… #1

Open ericsornson opened 2 days ago

ericsornson commented 2 days ago

Try playing around with the Jinja html templating engine

it works nicely with flask and django https://flask.palletsprojects.com/en/2.3.x/templating/ https://docs.djangoproject.com/en/5.1/topics/templates/

https://github.com/kellygkemnitz/flask-resume-app/blob/01da797a5813680be9acb8edfbbb2e831a5ed4f5/requirements.txt#L6C1-L6C7

kellygkemnitz commented 2 days ago

Thanks!

Working on something similar with LaTeX currently, but will work with that as well. Done a little Jinja when using Cobbler for PXE deployments.