anushas-dev / anushas-dev/jinja2-template-examples

Create an example for Dynamic Report Generation

Đang mở
#2 0 bình luận 0 reaction 0 người được giao Xem trên GitHub
good first issue hacktoberfest
Ngôn ngữ chính
HTML
Star
1
Fork
2
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

Sharing a simple example:

```python
template = Template("""
Report for {{ date }}
======================
Total Users: {{ users }}
Active Sessions: {{ sessions }}
""")
print(template.render(date="2025-10-12", users=1234, sessions=567))

```

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.