I've got an index.html file for use with Jekyll and would like the contents of one paragraph in the HTML file to be called from a text file ("stuff.txt") located in the same directory as the index.html file.
Is there a simple HTML command to read in the text, preferably outwith the use of PHP or JavaScript?