Log in Sign up
3 Matching Annotations
  1. Jun 2023
  2. realpython.com realpython.com
    Primer on Jinja Templating – Real Python
    1
    1. kael 19 Jun 2023
      in Public
      jinja python html
    Visit annotations in context

    Tags

    • python
    • html
    • jinja

    Annotators

    • kael

    URL

    realpython.com/primer-on-jinja-templating/
  3. velog.io velog.io
    [FastAPI] Using JS to provide onclick event within inside a Jinja2 loop
    1
    1. kael 19 Jun 2023
      in Public

      ```html

      <body> <div> {% for chat in chats %} <div>{{ chat.contents }}</div> <button id={{chat.id}} ✅ onClick=getId(id) ✅ > print this chat_id out </button> {% endfor %} </div> ... <script> function getId(id){ console.log(id) } </script> </body>

      ```

      jinja python html js
    Visit annotations in context

    Tags

    • python
    • html
    • jinja
    • js

    Annotators

    • kael

    URL

    velog.io/@thovy/FastAPI-Using-JS-to-provide-onclick-event-within-inside-a-Jinja2-loop
  4. jinja.palletsprojects.com jinja.palletsprojects.com
    Jinja — Jinja Documentation (3.1.x)
    1
    1. kael 19 Jun 2023
      in Public
      jinja python html wikipedia:en=Jinja_(template_engine)
    Visit annotations in context

    Tags

    • python
    • html
    • jinja
    • wikipedia:en=Jinja_(template_engine)

    Annotators

    • kael

    URL

    jinja.palletsprojects.com/en/3.1.x/
Share:
Group. Only group members will be able to view this annotation.
Only me. No one else will be able to view this annotation.
Hypothes.is
  • About
  • Blog
  • Bioscience
  • Education
  • Jobs
  • Help
  • Contact
  • Terms of Service
  • Privacy Policy