mirror of
https://github.com/httpie/cli.git
synced 2024-11-24 08:22:22 +02:00
15 lines
536 B
Django/Jinja
15 lines
536 B
Django/Jinja
<!-- Blog post -->
|
|
|
|
## Community contributions
|
|
|
|
We’d like to thank these amazing people for their contributions to this release:
|
|
{% for name, details in contributors.items() -%}
|
|
- [{{ name }}](https://github.com/{{ details.github }}){{ '' if loop.last else '\n' }}
|
|
{%- endfor %}
|
|
|
|
<!-- Twitter -->
|
|
|
|
We’d like to thank these amazing people for their contributions to HTTPie {{ release }}: {% for name, details in contributors.items() if details.twitter -%}
|
|
@{{ details.twitter }}{{ '' if loop.last else ', ' }}
|
|
{%- endfor %} 🥧
|