diff options
Diffstat (limited to '')
-rw-r--r-- | templates/help.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/help.md b/templates/help.md new file mode 100644 index 00000000..b294675f --- /dev/null +++ b/templates/help.md @@ -0,0 +1,12 @@ +<div class="help"> +<TMPL_IF main_captions> +This talk does not have captions yet. Would you like to help [caption this talk](/2021/contribute/#edit-captions)? You may be able to start with these +[auto-generated captions](<TMPL_VAR main_captions>). +</TMPL_IF> +<TMPL_IF qa> +Want to help make the Q&A session easier to search? You can [add chapter markers](/2021/contribute/#chapter-markers) or [edit the captions](/2021/contribute/#edit-captions), maybe starting with these +[auto-generated captions](<TMPL_VAR qa>). +</TMPL_IF> +<TMPL_VAR message> +[[!tag help <TMPL_VAR tags>]] +</div> |