python-eel/Eel

How to use variable in html body ,

Open

#370 建立於 2020年8月1日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)Python (570 fork)batch import
help wanted

倉庫指標

Star
 (5,980 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

Describe the problem Hello , In my python code i have the below line eel.start('templates/hello.html', size=(300, 200), content="hello world",jinja_templates='templates')

and in my html i have the below code 👍 {% extends 'base.html' %} {% block title %}Hello, World!{% endblock %}

{% block content %} {{content}} {% endblock %}

but it is not working , the body is always blank .Is it the correct way of doing this or am i missing something.

...


```html
<html>
   ...
</html>

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

貢獻者指南