1{% extends "main.html" %} 2 3<!-- Content --> 4{% block content %} 5 <h1>404 - Not found</h1> 6 <br> 7 FlatBuffers is currently migrating their documentation system and existing 8 links may not work. 9 10 Please <a href="https://github.com/google/flatbuffers/issues/new?template=404-doc.md">file an issue</a> indicating the broken link. 11{% endblock %}