-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpage-projects.hbs
More file actions
executable file
·29 lines (28 loc) · 843 Bytes
/
page-projects.hbs
File metadata and controls
executable file
·29 lines (28 loc) · 843 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{{!< default}}
{{#post}}
<article class="post-wrapper">
<div class="row">
<div class="twelve columns">
<h2 class="post-title">{{{title}}}</h2>
</div>
</div>
<div class="row">
<div class="five columns">
<section class="post-full-content">
<div class="post-content">
{{content}}
</div>
</section>
</div>
<div class="offset-by-one six columns u-pull-right">
<section class="table-wrapper projects-list">
<div class="text-center">
<i class="fas fa-sync fa-spin"></i>
</div>
<table class="u-full-width">
<tbody></tbody>
</table>
</section>
</div>
</div>
{{/post}}