@canion Yes, absolutely. The first thing to try is wrapping the partial call inside a paragraph (p element). In this way:

<p>{{ partial "reply-by-email.html" . }}</p>

That should result in the same amount of breathing space text paragraphs have between them. If that's not enough, there's also CSS for flexible styling. But give the above a try first, and let me know how it goes.