File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ license = "Apache-2.0"
8
8
[dependencies ]
9
9
tmpls = { version = " *" , path = " .." }
10
10
11
- sailfish = " 0.8.3 "
11
+ sailfish = " 0.9.0 "
Original file line number Diff line number Diff line change 1
1
<table>
2
- <% for row in &input.table { %>
2
+ <% for row in &self. input.table { %>
3
3
<tr>
4
4
<% for col in row { %>
5
5
<td><%= col %></td>
Original file line number Diff line number Diff line change 1
1
<html>
2
2
<head>
3
- <title><%= input.year %></title>
3
+ <title><%= self. input.year %></title>
4
4
</head>
5
5
<body>
6
- <h1>CSL <%= input.year %></h1>
6
+ <h1>CSL <%= self. input.year %></h1>
7
7
<ul>
8
- <% for (idx, team) in input.teams.iter().enumerate() { %>
8
+ <% for (idx, team) in self. input.teams.iter().enumerate() { %>
9
9
<li class="<% if idx == 0 { %>champion<% } %>">
10
10
<b><%= team.name %></b>: <%= team.score %>
11
11
</li>
You can’t perform that action at this time.
0 commit comments