There isn't currently a way to combine templates with inserts from other dialogs like Image Manager and File Manager (a project I want to start sometime soon), but you can use Template Items to create a list of items to select, which will show a dialog for the user to select a file, and add other values like a title.
See Template Items here - https://www.joomlacontenteditor.net/support/documentation/template-manager/template-manager-configuration
So for example you could create a Template Item with the following HTML:
<div class="foo">
<a href="https://www.joomlacontenteditor.net/${URL:file}" title="${Description}" class="bar">${Name}</a>
</div>

Which will give you a dialog like this:

Ryan Demmer
Lead Developer / CEO / CTO
Just because you're not paranoid doesn't mean everybody isn't out to get you.