specify character-encoding for template
This commit is contained in:
parent
e515cc277b
commit
a10b2e2448
|
@ -1,6 +1,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>{{ title }}</title>
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">
|
||||
<style type="text/css">
|
||||
h1, p {
|
||||
|
|
Loading…
Reference in New Issue