[Answer]-How to include an html file into a template using App Engine

1👍

That’s exactly how you include an html file in a template. The error simply means the html file you are trying to include is not UTF-8 valid. All you need to do is re-save it as UTF-8 in your editor.

Leave a comment