We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0fd841 commit 1d42ab3Copy full SHA for 1d42ab3
examples/product_taxonomy_knowledge_graph/img/cocoinsight.png
102 KB
examples/product_taxonomy_knowledge_graph/main.py
@@ -11,29 +11,20 @@
11
PRODUCT_TEMPLATE = """
12
# {{ title }}
13
14
-{% if highlights %}
15
## Highlights
16
{% for highlight in highlights %}
17
- {{ highlight }}
18
{% endfor %}
19
-{% endif %}
20
21
-
22
-{% if description %}
23
## Description
24
25
{{ description.header | default('') }}
26
27
{{ description.paragraph | default('') }}
28
29
-{% if description.bullets %}
30
{% for bullet in description.bullets %}
+
31
- {{ bullet }}
32
33
34
35
36
- """
+ """
37
38
@dataclasses.dataclass
39
class ProductInfo:
0 commit comments