/usr/share/bcfg2/Hostbase/templates/index.html is in bcfg2-server 1.3.3-1ubuntu3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | {% extends "base.html" %}
{% block pagebanner %}
  <div class="header">
      <h2>Welcome to Hostbase!</h2>
      <p>Hostbase is a web based management tools for Bcfg2 Hosts</p>
  </div>
  <br/>
{% endblock %}
{% block sidebar %}
<a href="/login/" class="sidebar">login to hostbase</a><br>
<a href="/hostbase/" class="sidebar">search for hosts</a><br>
<a href="hostbase/zones/" class="sidebar">zone file information</a>
{% endblock %}
{% block content %}
{% endblock %}
 |