0x3F-Lab / love-letters

Agile Web Dev Project
4 stars 0 forks source link

Create flask template #27

Closed AkhilG4 closed 3 months ago

AkhilG4 commented 3 months ago

I have simply create page templates for all the different sections of the websites (Can add more if necessary)

There is a base.html file which contains all the code that shared between all the pages such as header/footer and css/js.

Any other page extends from that base file and you will only need to add code that is specific to that page between the block and endblock statements.

The buttons on the landing page now also go to their respective pages.

Possible Changes:

AkhilG4 commented 3 months ago

Sorry about that, it shouldve been a pr into development not main