diff --git a/tpl/work.html b/tpl/work.html index 0f68cf0..d871430 100644 --- a/tpl/work.html +++ b/tpl/work.html @@ -1,5 +1,5 @@ - {{.CMS.Render .Args .Page (index .Content.Content "content")}} + {{.CMS.Render .Args .Page (fmt "%s.content" .Content.Position) (index .Content.Content "content")}}