mirror of
https://github.com/wassname/talk.git
synced 2026-06-29 07:24:53 +08:00
5 lines
199 B
HTML
Executable File
5 lines
199 B
HTML
Executable File
{% capture video_id %}{{ page.header.video.id }}{% endcapture %}
|
|
{% capture video_provider %}{{ page.header.video.provider }}{% endcapture %}
|
|
|
|
{% include video id=video_id provider=video_provider %}
|