I'm looking to print out the url for a file in a Drupal File field in the twig template. I'm doing this inside a paragraph twig file.
I've followed a similar answers on stack overflow but to no joy.
The field is a File field with no other specific configuration.
<a href="{{ file_url(content.field_file.entity.uri.value) }}" class="download-file download-row file">...</a> I've tried setting the link display as URL to File as that's all I need, but it still wont render out the URL.
node.field_myfile...(orparagraph.field_myfile...if inside paragraph template) as source, not the render arraycontent.field_myfile...