A Cleaner DNN
Anyone who has ever tried to skin with DNN knows the bloat that exists. Part of our goal is to do our best to prevent adding bloat as best we could. Our mean lean theme is the perfect starting point for any project. With the least amount of code inside, and with the maximum usability of Bootstrap, you're all set to hit the ground running.
<div class="container">
<div class="row justify-content-center">
<div id="ContentPane" class="col-md-8" runat="server"></div>
</div>
</div>