--- layout: base --- # Responses Here are some responses to common questions I'm asked. If I have sent you a link to a response on this page, it's because I'm too lazy to type it out again. Sorry. If someone else linked to this site, then thank them. --- {% for response in collections.responses %} <div class="response-item"> <a href="{{ response.url }}"> <h2>{{ response.data.title }}</h2> </a> </div> {% endfor %}