And here's what it would look like rendered:
![Rendered Gist](https://f.cloud.github.com/assets/282759/488851/3f34aab0-b989-11e2-96ce-bf599b5c72aa.png)
Here's an example of how to embed a Gist on GitHub Pages:
```
{% gist 5555251 %}
```
All you need to do is copy and paste the Gist's ID from the URL (here `5555251`), and add it to a `gist` tag surrounded by `{%` and `%}`.