Skip to content

Commit

Permalink
Dojo: Add markdown page
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorNelson authored Apr 26, 2024
1 parent a259f41 commit 1aec771
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions dojo_theme/templates/markdown.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{% extends "base.html" %}

{% block content %}
<div class="jumbotron">
<div class="container">
<h1>{{ dojo.name or dojo.id }}</h1>
</div>
</div>
<div class="container">
{{ content }}
</div>
{% endblock %}

0 comments on commit 1aec771

Please sign in to comment.