This commit is contained in:
19
templates/board-posts.html
Normal file
19
templates/board-posts.html
Normal file
@@ -0,0 +1,19 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
|
||||
{% include 'navbar.html' %}
|
||||
|
||||
<div class="row" >
|
||||
<div class="col s6 m5" id="op-posts">
|
||||
{% include 'op-posts.html' %}
|
||||
</div>
|
||||
<!-- <div class="col s6 m5" id="thread-viz">
|
||||
<iframe src="https://thread-visualizah-dev.board.vdk2ch.ru/" scrolling="no" frameborder="0" style="position: relative; height: 600px; width: 100%; margin:10px;"></iframe>
|
||||
</div> -->
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
{% endblock content %}
|
Reference in New Issue
Block a user