+ {{ $image:= .Params.image }} {{ if $image }}
+
+ {{ partial "image" (dict "Src" $image "Alt" .Title "Class" "w-full
+ rounded") }}
+
+ {{ end }}
+ {{ .Title }}
+
+ {{ .Content }}
+
+ {{ $tags:= .Params.tags }} {{ if $tags }}
+
+
{{ i18n "tags" }} :
+
+
+ {{ end }}
+
+ {{ partial "social-share" (dict "Context" . "Class" "share-icons"
+ "Title" (i18n "share") "Whatsapp" false "Telegram" false "Linkedin"
+ false "Pinterest" false "Tumblr" false "Vk" false) }}
+
+
+
+ {{ if site.Config.Services.Disqus.Shortname }}
+ {{ template "_internal/disqus.html" . }}
+ {{ end }}
+