Added authorization server and backup of JSReport config. IO-585
This commit is contained in:
15
jsreport/data/Starter Template/content.handlebars
Normal file
15
jsreport/data/Starter Template/content.handlebars
Normal file
@@ -0,0 +1,15 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
|
||||
<style>
|
||||
{#asset _globals/styles.css @encoding=utf8}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="container">
|
||||
<div>{#asset {{headerpath}}}</div>
|
||||
<span>This is a basic template</span>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user