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 ccd2c7a commit f804424Copy full SHA for f804424
404.md
@@ -43,3 +43,24 @@
43
{% endif %}
44
{% endfor %}
45
</ul>
46
+
47
48
+## Conditional True Event (`conditional_true_event`)
49
+<ul id="recent-articles">
50
+{% for page in site.pages %}
51
+ {% if (page.title contains "Sessionization" or page.title contains "conditional_true_event" or page.title contains "Conditional True Event") %}
52
+ <li>
53
+ <a href="{{ page.url | relative_url }}">{{ page.title | escape }}</a>
54
+ </li>
55
+ {% endif %}
56
+{% endfor %}
57
+</ul>
58
59
+# Ratio to Report (`ratio_to_report`)
60
61
62
+ {% if page.title contains "RATIO_TO_REPORT" %}
63
64
65
66
0 commit comments