mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 11:19:09 +00:00
added writers page
This commit is contained in:
14
website/templates/pages/writers.html
Normal file
14
website/templates/pages/writers.html
Normal file
@@ -0,0 +1,14 @@
|
||||
{% extends "html/page.html" %}
|
||||
|
||||
{% set title="Blog Writers" %}
|
||||
|
||||
{% block content %}
|
||||
<div class="span12">
|
||||
<h2 id="blog-title">Blog Writers</h2>
|
||||
<hr>
|
||||
{% for blogger_info in bloggers %}
|
||||
{% include "html/blogger.html" %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
{% include 'html/blog_footer.html' %}
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user