{{/* PolarSteps 嵌入 shortcode 用法: {{< polarsteps id="18698850-korea-jeju-island" title="韩国偶来小路徒步" height="400" >}} 参数: - id: PolarSteps 旅行的 ID (必需) - title: iframe 的标题 (可选) - height: iframe 的高度,默认400px (可选) */}} {{ $id := .Get "id" }} {{ $title := .Get "title" | default "PolarSteps Travel" }} {{ $height := .Get "height" | default "400" }} {{ if $id }}
{{ else }}