Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About the templating part #56

Closed
Lapin opened this issue Jan 12, 2020 · 3 comments
Closed

About the templating part #56

Lapin opened this issue Jan 12, 2020 · 3 comments

Comments

@Lapin
Copy link

Lapin commented Jan 12, 2020

I'm assuming it's not finished, isn't it?

instead

{{ images }} {{ url }} {{ alt }} {{ /images }}

feels like it should be

{{ images }} <img src="{{ url }}" alt="{{ alt }}"> {{ /images }}
`

@jasonvarga
Copy link
Member

What page are you referring to?

@Lapin
Copy link
Author

Lapin commented Jan 13, 2020

What page are you referring to?

Oops sorry forgot to mention it. It's https://statamic.dev/assets

content/collections/docs/assets.md

@jasonvarga
Copy link
Member

Ah okay. Well the example just means those variables are available. You don't necessarily need to use an img tag. Do whatever you like!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants