{"id":2543,"date":"2024-10-22T13:00:06","date_gmt":"2024-10-22T13:00:06","guid":{"rendered":"http:\/\/suimy.me\/?p=2543"},"modified":"2024-10-23T17:07:47","modified_gmt":"2024-10-23T17:07:47","slug":"how-to-render-templates-in-flask","status":"publish","type":"post","link":"http:\/\/suimy.me\/index.php\/2024\/10\/22\/how-to-render-templates-in-flask\/","title":{"rendered":"How to Render Templates in Flask"},"content":{"rendered":"
p>Flask<\/strong> is a lightweight web framework for Python that makes it easy to build web applications. In our previous article, we\u2019ve seen how to set up a simple page<\/a>.<\/p>\n But, it\u2019s just a simple text like \u201cHello Flask!\u201d<\/strong>. In real applications, you\u2019ll want to render more than just simple text. You\u2019ll want to render HTML templates.<\/p>\n In Flask, we can do so with Jinja<\/a><\/strong>.<\/p>\n