{% set tweets = load_data(path="content/posts/2020/100-rust-binaries/tweets.json", format="json") %}
    {% for tweet in tweets %}
  1. {{ tweet.html | safe }}
  2. {% endfor %}