What code should I replace to display the video?

Hello developers
Please tell me how to insert a video into a place on a picture in the article-template.liquid section
You need to replace this code with another

{% if article.image and section.settings.show_feat_img %}

{% include 'responsive-image', image: article.image %}
{% endif %}

https://hot-tent.myshopify.com/blogs/news/how-to-safely-use-a-wood-burning-stove-in-your-tent

Shopify currently doesn’t allow uploading videos for articles.

So you want to display the video, you can just enter the video iframe to Content or Excerpt.

If you add code for Excerpt, you can get it out with the code ‘article.excerpt’. Hope it clear to you.

thanks