Re-add the raw list (with fixed alignment)

This commit is contained in:
Simon Doppler 2018-02-12 16:02:06 +01:00
parent 0caa5d04d3
commit ee57c30c53
No known key found for this signature in database
GPG Key ID: 9A08963DB82F5A19

View File

@ -43,4 +43,12 @@ th {
</tbody> </tbody>
</table> </table>
{% endfor %} {% endfor %}
<details>
<summary>Raw list</summary>
<code>
{% for win_id, tabs in tab_list_by_window.items() %}{% for name, url in tabs %}
{{url}}</br>{% endfor %}
{% endfor %}
</code>
</details>
{% endblock %} {% endblock %}