OSDN Git Service

今頃、初期設定対応
[pybbs/pybbs.git] / templates / master.htm
index 6c048e7..cd16e30 100644 (file)
@@ -1,11 +1,12 @@
 <!doctype html>
 <html>
-<head><meta charset=utf-8><title>mail</title></head>
+<head><meta charset=utf-8><title>mail</title>
+<link rel=stylesheet href={{static_url('css/main.css')}}></head>
 
 <body>
 <p>報告一覧
 {% for rec in com %}
-       <p>{{rec['comment']}}
+       <p>{% raw rec['comment'] %}
        <p>{{rec['time']}}
        <hr>
 {% end %}