Display Data from Python to HTML

0
7χλμ.

When making a web application, you're probably thinking if displaying data from Python to HTML is possible. The good news is that it is possible! The only library required for Python is called Jinja2. With Jinja2, you can render HTML files and place key values in the file. Here's an example:

templates/index.html:
<div class="container" id="container" style="text-align: center;color: white;">    {% if get_count %}
        <input type="checkbox" id="toggle-button" class="toggle-button" checked>
    {% else %}
        <input type="checkbox" id="toggle-button" class="toggle-button">
    {% endif %}

</div>

main.py:

@app.route('/')

async def main_page(request):

    return await render('moderation.html', context={'get_count': ...})

Αναζήτηση
Κατηγορίες
Διαβάζω περισσότερα
СМИ
В центре внимания. Spotlight. (2015)
Основанная на реальных событиях история журналистского расследования одного из самых громких в...
από Nikolai Pokryshkin 2023-04-18 11:31:42 0 20χλμ.
Природа и наука
Том и Джерри. Tom & Jerry. (2021)
Кайла, сотрудница престижного отеля, где обитает мышонок Джерри, рискующий нарушить ход дорогой...
από Nikolai Pokryshkin 2022-09-17 20:24:11 0 20χλμ.
Horror
The Twilight Saga: Breaking Dawn - Part 2. (2012)
After the birth of Renesmee/Nessie, the Cullens gather other vampire clans in order to protect...
από Leonard Pokrovski 2023-05-19 20:10:22 0 26χλμ.
Motorsports
The Thrill of Motorsports: Speed, Skill, and Spectacle
The Thrill of Motorsports: Speed, Skill, and Spectacle Motorsports, a captivating blend of...
από Leonard Pokrovski 2024-07-01 23:13:01 0 15χλμ.
Hand-Eye Coordination
Modern children sit a lot:
Modern children sit a lot: in high chairs, car seats, strollers, at cartoons, tablets, lessons....
από Leonard Pokrovski 2024-04-04 21:08:04 0 8χλμ.
image/svg+xml


BigMoney.VIP Powered by Hosting Pokrov