hugo/tpl/internal/go_templates
Bjørn Erik Pedersen ade7ec8187 Add Page.RenderShortcodes
A layouts/shortcodes/include.html shortcode may look like this:

```html
{{ $p := site.GetPage (.Get 0) }}
{{ $p.RenderShortcodes }}
```

Fixes #7297
2023-08-03 20:00:57 +02:00
..
cfg
fmtsort
htmltemplate
testenv
texttemplate Add Page.RenderShortcodes 2023-08-03 20:00:57 +02:00