hugo/docs/content/en/templates
Paul van Brouwershaven 0eaaa8fee3
Implement XML data support
Example:

```
{{ with resources.Get "https://example.com/rss.xml" | transform.Unmarshal }}
    {{ range .channel.item }}
        <strong>{{ .title | plainify | htmlUnescape }}</strong><br />
        <p>{{ .description | plainify | htmlUnescape }}</p>
        {{ $link := .link | plainify | htmlUnescape }}
        <a href="{{ $link }}">{{ $link }}</a><br />
        <hr>
    {{ end }}
{{ end }}
```

Closes #4470
2021-12-02 17:30:36 +01:00
..
404.md
_index.md
alternatives.md
base.md
data-templates.md Implement XML data support 2021-12-02 17:30:36 +01:00
files.md
homepage.md
internal.md
introduction.md
lists.md
lookup-order.md
menu-templates.md
ordering-and-grouping.md
output-formats.md
pagination.md
partials.md
robots.md
rss.md
section-templates.md
shortcode-templates.md
single-page-templates.md
sitemap-template.md
taxonomy-templates.md
template-debugging.md
views.md