How can another file be Included in a Hugo/Markdown page?
问题 Recently the re-development of a web site was given to me. The re-worked site is to be done in Markdown and run through the Hugo static site generator. Is there a way to include other files in a Markdown web page processed through Hugo? If so, how? Unless I've missed something, this isn't addressed in the Hugo docs. With HTML and some servers (Apache, at least) you can do something like: <html> <body> Some content <!--#include virtual="name_of_first_file_to_include" --> More content <!--