zulip/web/templates/code_buttons_container.hbs
Karl Stolley 2cf726c53b rendered_markdown: Refine templates and logic for REPL, copy buttons.
Co-Authored-By: shashank-23002 <21bec103@iiitdmj.ac.in>
2024-03-11 15:38:03 -07:00

7 lines
160 B
Handlebars

<div class="code-buttons-container">
{{~> copy_code_button~}}
{{~#if show_playground_button~}}
{{~> view_code_in_playground~}}
{{~/if~}}
</div>