#Usage Use the below code to include a post from your posts with a title of "Hello World!" You can change the collection that the include uses instead of using posts.
{% include related.html item="Hello World!" collection=site.posts %}
Could also be changed to match a custom variable instead of title if name collisions are a concern.