diff --git a/internal/view/content.html b/internal/view/content.html
new file mode 100644
index 0000000..4200783
--- /dev/null
+++ b/internal/view/content.html
@@ -0,0 +1,80 @@
+
+
+
+
+ Shiori - Bookmarks Manager
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/internal/view/css/stylesheet.css b/internal/view/css/stylesheet.css
index bac019d..9d915e8 100644
--- a/internal/view/css/stylesheet.css
+++ b/internal/view/css/stylesheet.css
@@ -1 +1 @@
-:root{--bg:#EEE;--sidebarBg:#292929;--sidebarHoverBg:#232323;--headerBg:#FFF;--contentBg:#FFF;--border:#E5E5E5;--color:#232323;--colorLink:#999;--colorSidebar:#FFF;--main:#F44336;--errorColor:#F44336;--selectedBg:#ffe7e5}@media (prefers-color-scheme:dark){:root:root{--bg:#1F1F1F;--headerBg:#292929;--contentBg:#292929;--border:#191919;--color:#FFF;--selectedBg:#261918}}.night{--bg:#1F1F1F;--headerBg:#292929;--contentBg:#292929;--border:#191919;--color:#FFF;--selectedBg:#261918}*{border-width:0;box-sizing:border-box;font-family:"Source Sans Pro",sans-serif;margin:0;padding:0;text-decoration:none}body{background-color:var(--bg)}a{cursor:pointer}.spacer{-webkit-box-flex:1;flex:1}#login-scene{height:100vh;padding:16px;overflow:auto;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-flow:column nowrap;background-color:var(--bg)}#login-scene>.error-message{width:100%;max-width:400px;font-size:1em;background-color:var(--contentBg);border:1px solid var(--border);padding:16px;margin-top:auto;margin-bottom:16px;text-align:center;color:var(--errorColor)}#login-scene #login-box{width:100%;max-width:400px;margin-bottom:auto;background-color:var(--contentBg);display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-flow:column nowrap;border:1px solid var(--border);flex-shrink:0}#login-scene #login-box:first-child{margin-top:auto}#login-scene #login-box #logo-area{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-flow:column nowrap;padding:16px;background-color:var(--main);border-bottom:1px solid var(--border);flex-shrink:0}#login-scene #login-box #logo-area #logo{font-size:3em;font-weight:100;color:var(--contentBg)}#login-scene #login-box #logo-area #logo span{margin-right:8px}#login-scene #login-box #logo-area #tagline{font-weight:500;margin-top:4px;color:var(--contentBg);text-align:center}#login-scene #login-box #input-area{padding:16px;display:grid;grid-gap:16px;grid-template-columns:auto 1fr;-webkit-box-pack:baseline;justify-content:baseline;-webkit-box-align:center;align-items:center;border-bottom:1px solid var(--border)}#login-scene #login-box #input-area>label{color:var(--color)}#login-scene #login-box #input-area>input{color:var(--color);padding:8px;background-color:var(--contentBg);border:1px solid var(--border);min-width:0;font-size:1em}#login-scene #login-box #input-area .checkbox-field{grid-column:1 / span 2;display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-flow:row nowrap;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;cursor:pointer}#login-scene #login-box #input-area .checkbox-field:hover,#login-scene #login-box #input-area .checkbox-field:focus{text-decoration:underline;-webkit-text-decoration-color:var(--main);text-decoration-color:var(--main)}#login-scene #login-box #input-area .checkbox-field>input[type="checkbox"]{margin-right:8px}#login-scene #login-box #button-area{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-flow:row nowrap;padding:16px;-webkit-box-pack:center;justify-content:center}#login-scene #login-box #button-area a{color:var(--color);text-transform:uppercase;text-align:center;font-weight:600;cursor:default}#login-scene #login-box #button-area a.button{cursor:pointer}#login-scene #login-box #button-area a.button:hover,#login-scene #login-box #button-area a.button:focus{color:var(--main)}#main-scene{min-height:100vh;padding-top:60px;padding-left:60px;background-color:var(--bg)}#main-scene #main-sidebar{top:0;left:0;width:60px;height:100vh;position:fixed;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-flow:column nowrap;background-color:var(--sidebarBg);z-index:1}#main-scene #main-sidebar a{flex-shrink:0;display:block;width:60px;line-height:60px;text-align:center;font-size:1em;color:var(--colorSidebar)}#main-scene #main-sidebar a.active{cursor:default;color:var(--colorSidebar);background-color:var(--main)}#main-scene #main-sidebar a:hover,#main-scene #main-sidebar a:focus{color:var(--main);background-color:var(--sidebarHoverBg)}#main-scene .page-header{top:0;left:60px;right:0;height:60px;position:fixed;color:var(--color);background-color:var(--headerBg);border-bottom:1px solid var(--border);padding:0 16px;z-index:10}#main-scene h1.page-header{line-height:60px;font-size:1.3em;font-weight:600}#main-scene div.page-header{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-flow:row nowrap;-webkit-box-align:center;align-items:center}#main-scene div.page-header p{-webkit-box-flex:1;flex:1 0;font-size:1.3em;font-weight:600;line-height:60px;color:var(--color)}#main-scene div.page-header input[type="text"]{-webkit-box-flex:1;flex:1 0;min-width:0;margin-right:8px;font-size:1.1em;font-weight:500;line-height:59px;color:var(--color);background-color:var(--contentBg)}#main-scene div.page-header input[type="text"]::-webkit-input-placeholder{color:var(--colorLink)}#main-scene div.page-header input[type="text"]::placeholder{color:var(--colorLink)}#main-scene div.page-header a{display:block;width:24px;line-height:24px;color:var(--colorLink);text-align:center}#main-scene div.page-header a:not(:last-child){margin-right:8px}#main-scene div.page-header a:hover{color:var(--main)}#main-scene .loading-overlay{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-flow:column nowrap;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;overflow:hidden;position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:10001;background-color:rgba(0,0,0,0.6)}#main-scene .loading-overlay i{color:var(--colorSidebar);font-size:4em;text-align:center;width:80px;line-height:80px;position:absolute}@media (max-width:600px){#main-scene{padding-top:50px;padding-left:0;padding-bottom:50px}#main-scene #main-sidebar{top:auto;right:0;bottom:0;width:100vw;height:50px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-flow:row nowrap;border-top:1px solid var(--border)}#main-scene #main-sidebar .spacer{display:none}#main-scene #main-sidebar a{width:auto;-webkit-box-flex:1;flex:1 0;line-height:50px}#main-scene #main-sidebar a:hover,#main-scene #main-sidebar a:focus{color:var(--colorSidebar);background-color:var(--main)}#main-scene .page-header{left:0;height:50px}#main-scene h1.page-header{text-align:center;font-size:1em;line-height:50px;text-transform:uppercase}#main-scene div.page-header{-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-flow:row wrap}#main-scene div.page-header p{-webkit-box-flex:1;flex:1 0;font-size:1em;font-weight:500;line-height:3em;padding:0}#main-scene div.page-header input[type="text"]{-webkit-box-flex:1;flex:1 0;font-size:1em;font-weight:500;line-height:3em}#main-scene div.page-header a{display:block;width:24px;line-height:100%}}#page-home #edit-box{background-color:var(--selectedBg);border-bottom:1px solid var(--main)}#page-home #bookmarks-grid{display:grid;grid-template-rows:min-content;grid-template-columns:repeat(auto-fill, minmax(300px, 1fr));grid-gap:16px;padding:16px;overflow:auto}#page-home #bookmarks-grid .bookmark{align-self:start}#page-home #bookmarks-grid .pagination-box{grid-column-end:-1;grid-column-start:1;display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-flow:row nowrap;align-self:start}#page-home #bookmarks-grid .pagination-box a{padding:8px;color:var(--colorLink)}#page-home #bookmarks-grid .pagination-box a:hover,#page-home #bookmarks-grid .pagination-box a:focus{color:var(--main)}#page-home #bookmarks-grid .pagination-box input{width:40px;padding:8px;text-align:center;font-size:.9em;color:var(--color);border:1px solid var(--border);background-color:var(--contentBg);margin:0 8px}#page-home #bookmarks-grid .pagination-box p{font-size:.9em;color:var(--colorLink);line-height:37px;font-weight:600}#page-home #bookmarks-grid .pagination-box p:last-of-type::before{content:"/";margin-right:8px}#page-home #bookmarks-grid.list{grid-gap:0;padding-bottom:0;grid-template-columns:minmax(0, 1000px)}#page-home #bookmarks-grid.list .pagination-box{padding:16px 0}#page-home #bookmarks-grid.list .pagination-box:first-child{padding-top:0}@media (max-width:600px){#page-home #bookmarks-grid.list{padding:16px 0 0}#page-home #bookmarks-grid.list .pagination-box{padding:16px}}#page-home #dialog-tags .custom-dialog-body{grid-template-columns:repeat(2, minmax(0, 1fr))}@media (max-width:600px){#page-home #dialog-tags .custom-dialog-body{grid-template-columns:minmax(0, 1fr)}}#page-home #dialog-tags .custom-dialog-body a{font-size:1em;color:var(--color)}#page-home #dialog-tags .custom-dialog-body a span:last-child{font-size:1em;color:var(--colorLink);margin-left:4px}#page-home #dialog-tags .custom-dialog-body a span:last-child::before{content:"(";margin-right:2px}#page-home #dialog-tags .custom-dialog-body a span:last-child::after{content:")";margin-left:2px}#page-home #dialog-tags .custom-dialog-body a:hover,#page-home #dialog-tags .custom-dialog-body a:focus{color:var(--main)}#page-setting{min-height:0;max-height:100%;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-flow:column nowrap}#page-setting .setting-container{padding:8px;display:-webkit-box;display:flex;overflow:auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-flow:column nowrap;-webkit-box-flex:1;flex:1 0}#page-setting .setting-container::after{content:"";display:block;min-height:1px}#page-setting .setting-container details.setting-group{margin:8px;display:block;max-width:350px;color:var(--color);background-color:var(--contentBg);border:1px solid var(--border)}@media (max-width:600px){#page-setting .setting-container details.setting-group{max-width:100%}}#page-setting .setting-container details.setting-group summary{list-style:none;font-weight:600;width:100%;padding:12px 8px;font-size:1.1em;cursor:pointer}#page-setting .setting-container details.setting-group summary:hover{color:var(--main)}#page-setting .setting-container details.setting-group summary::-webkit-details-marker{display:none}#page-setting .setting-container details.setting-group summary::after{content:"+";margin-left:8px;font-weight:600}#page-setting .setting-container details.setting-group[open] summary{border-bottom:1px solid var(--border)}#page-setting .setting-container details.setting-group[open] summary ::after{content:"-"}#page-setting .setting-container details.setting-group div.setting-group-footer{padding:4px 8px;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-flow:column nowrap;-webkit-box-align:end;align-items:flex-end;border-top:1px solid var(--border)}#page-setting .setting-container details.setting-group div.setting-group-footer>a{text-transform:uppercase;padding:8px 4px;font-size:.9em;font-weight:600}#page-setting .setting-container details.setting-group div.setting-group-footer>a:hover{color:var(--main)}#page-setting .setting-container details.setting-group div.setting-group-footer>a:focus{outline:none;color:var(--main);border-bottom:1px dashed var(--main)}#page-setting #setting-display{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-flow:column nowrap}#page-setting #setting-display[open]{padding-bottom:8px}#page-setting #setting-display[open] summary{margin-bottom:8px}#page-setting #setting-display label{padding:4px 8px;color:var(--color);display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-flow:row nowrap;-webkit-box-align:center;align-items:center;cursor:pointer}#page-setting #setting-display label:hover,#page-setting #setting-display label:focus{text-decoration:underline;-webkit-text-decoration-color:var(--main);text-decoration-color:var(--main)}#page-setting #setting-display label>input[type="checkbox"]{margin-right:8px}#page-setting #setting-accounts summary{margin-bottom:0}#page-setting #setting-accounts ul{list-style:none}#page-setting #setting-accounts ul li{padding:8px;display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-flow:row nowrap;-webkit-box-align:center;align-items:center}#page-setting #setting-accounts ul li:not(:last-child){border-bottom:1px solid var(--border)}#page-setting #setting-accounts ul li span{font-size:1em;color:var(--color);-webkit-box-flex:1;flex:1 0}#page-setting #setting-accounts ul li a{margin-left:8px;color:var(--colorLink)}#page-setting #setting-accounts ul li a:hover{color:var(--main)}
\ No newline at end of file
+:root{--bg:#EEE;--sidebarBg:#292929;--sidebarHoverBg:#232323;--headerBg:#FFF;--contentBg:#FFF;--border:#E5E5E5;--color:#232323;--colorLink:#999;--colorSidebar:#FFF;--main:#F44336;--errorColor:#F44336;--selectedBg:#ffe7e5}@media (prefers-color-scheme:dark){:root:root{--bg:#1F1F1F;--headerBg:#292929;--contentBg:#292929;--border:#191919;--color:#FFF;--selectedBg:#261918}}.night{--bg:#1F1F1F;--headerBg:#292929;--contentBg:#292929;--border:#191919;--color:#FFF;--selectedBg:#261918}*{border-width:0;box-sizing:border-box;font-family:"Source Sans Pro",sans-serif;margin:0;padding:0;text-decoration:none}body{background-color:var(--bg)}a{cursor:pointer}.spacer{-webkit-box-flex:1;flex:1}#login-scene{height:100vh;padding:16px;overflow:auto;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-flow:column nowrap;background-color:var(--bg)}#login-scene>.error-message{width:100%;max-width:400px;font-size:1em;background-color:var(--contentBg);border:1px solid var(--border);padding:16px;margin-top:auto;margin-bottom:16px;text-align:center;color:var(--errorColor)}#login-scene #login-box{width:100%;max-width:400px;margin-bottom:auto;background-color:var(--contentBg);display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-flow:column nowrap;border:1px solid var(--border);flex-shrink:0}#login-scene #login-box:first-child{margin-top:auto}#login-scene #login-box #logo-area{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-flow:column nowrap;padding:16px;background-color:var(--main);border-bottom:1px solid var(--border);flex-shrink:0}#login-scene #login-box #logo-area #logo{font-size:3em;font-weight:100;color:var(--contentBg)}#login-scene #login-box #logo-area #logo span{margin-right:8px}#login-scene #login-box #logo-area #tagline{font-weight:500;margin-top:4px;color:var(--contentBg);text-align:center}#login-scene #login-box #input-area{padding:16px;display:grid;grid-gap:16px;grid-template-columns:auto 1fr;-webkit-box-pack:baseline;justify-content:baseline;-webkit-box-align:center;align-items:center;border-bottom:1px solid var(--border)}#login-scene #login-box #input-area>label{color:var(--color)}#login-scene #login-box #input-area>input{color:var(--color);padding:8px;background-color:var(--contentBg);border:1px solid var(--border);min-width:0;font-size:1em}#login-scene #login-box #input-area .checkbox-field{grid-column:1 / span 2;display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-flow:row nowrap;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;cursor:pointer}#login-scene #login-box #input-area .checkbox-field:hover,#login-scene #login-box #input-area .checkbox-field:focus{text-decoration:underline;-webkit-text-decoration-color:var(--main);text-decoration-color:var(--main)}#login-scene #login-box #input-area .checkbox-field>input[type="checkbox"]{margin-right:8px}#login-scene #login-box #button-area{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-flow:row nowrap;padding:16px;-webkit-box-pack:center;justify-content:center}#login-scene #login-box #button-area a{color:var(--color);text-transform:uppercase;text-align:center;font-weight:600;cursor:default}#login-scene #login-box #button-area a.button{cursor:pointer}#login-scene #login-box #button-area a.button:hover,#login-scene #login-box #button-area a.button:focus{color:var(--main)}#main-scene{min-height:100vh;padding-top:60px;padding-left:60px;background-color:var(--bg)}#main-scene #main-sidebar{top:0;left:0;width:60px;height:100vh;position:fixed;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-flow:column nowrap;background-color:var(--sidebarBg);z-index:1}#main-scene #main-sidebar a{flex-shrink:0;display:block;width:60px;line-height:60px;text-align:center;font-size:1em;color:var(--colorSidebar)}#main-scene #main-sidebar a.active{cursor:default;color:var(--colorSidebar);background-color:var(--main)}#main-scene #main-sidebar a:hover,#main-scene #main-sidebar a:focus{color:var(--main);background-color:var(--sidebarHoverBg)}#main-scene .page-header{top:0;left:60px;right:0;height:60px;position:fixed;color:var(--color);background-color:var(--headerBg);border-bottom:1px solid var(--border);padding:0 16px;z-index:10}#main-scene h1.page-header{line-height:60px;font-size:1.3em;font-weight:600}#main-scene div.page-header{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-flow:row nowrap;-webkit-box-align:center;align-items:center}#main-scene div.page-header p{-webkit-box-flex:1;flex:1 0;font-size:1.3em;font-weight:600;line-height:60px;color:var(--color)}#main-scene div.page-header input[type="text"]{-webkit-box-flex:1;flex:1 0;min-width:0;margin-right:8px;font-size:1.1em;font-weight:500;line-height:59px;color:var(--color);background-color:var(--contentBg)}#main-scene div.page-header input[type="text"]::-webkit-input-placeholder{color:var(--colorLink)}#main-scene div.page-header input[type="text"]::placeholder{color:var(--colorLink)}#main-scene div.page-header a{display:block;width:24px;line-height:24px;color:var(--colorLink);text-align:center}#main-scene div.page-header a:not(:last-child){margin-right:8px}#main-scene div.page-header a:hover{color:var(--main)}#main-scene .loading-overlay{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-flow:column nowrap;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;overflow:hidden;position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:10001;background-color:rgba(0,0,0,0.6)}#main-scene .loading-overlay i{color:var(--colorSidebar);font-size:4em;text-align:center;width:80px;line-height:80px;position:absolute}@media (max-width:600px){#main-scene{padding-top:50px;padding-left:0;padding-bottom:50px}#main-scene #main-sidebar{top:auto;right:0;bottom:0;width:100vw;height:50px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-flow:row nowrap;border-top:1px solid var(--border)}#main-scene #main-sidebar .spacer{display:none}#main-scene #main-sidebar a{width:auto;-webkit-box-flex:1;flex:1 0;line-height:50px}#main-scene #main-sidebar a:hover,#main-scene #main-sidebar a:focus{color:var(--colorSidebar);background-color:var(--main)}#main-scene .page-header{left:0;height:50px}#main-scene h1.page-header{text-align:center;font-size:1em;line-height:50px;text-transform:uppercase}#main-scene div.page-header{-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-flow:row wrap}#main-scene div.page-header p{-webkit-box-flex:1;flex:1 0;font-size:1em;font-weight:500;line-height:3em;padding:0}#main-scene div.page-header input[type="text"]{-webkit-box-flex:1;flex:1 0;font-size:1em;font-weight:500;line-height:3em}#main-scene div.page-header a{display:block;width:24px;line-height:100%}}#content-scene{padding:20px;display:-webkit-box;display:flex;color:var(--color);background-color:var(--bg);-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-flow:column nowrap;-webkit-box-align:center;align-items:center}#content-scene #header{width:100%;padding:20px;max-width:840px;margin-bottom:16px;background-color:var(--contentBg);border:1px solid var(--border);display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-flow:column;-webkit-box-align:center;align-items:center}#content-scene #header #metadata{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-flow:row wrap;text-align:center;font-size:16px;color:var(--colorLink)}#content-scene #header #title{padding:8px 0;grid-column-start:1;grid-column-end:-1;font-size:36px;font-weight:700;word-break:break-word;-webkit-hyphens:none;hyphens:none;text-align:center}#content-scene #header #links{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-flow:row wrap}#content-scene #header #links a{padding:0 4px;color:var(--color);text-decoration:underline}#content-scene #header #links a:hover,#content-scene #header #links a:focus{color:var(--main)}#content-scene #content{width:100%;padding:20px;max-width:840px;background-color:var(--contentBg);border:1px solid var(--border)}#content-scene #content *{font-size:18px;line-height:180%}#content-scene #content *:not(:last-child){margin-bottom:20px}#content-scene #content a{color:var(--color);text-decoration:underline}#content-scene #content a:hover,#content-scene #content a:focus{color:var(--main)}#content-scene #content pre,#content-scene #content code{overflow:auto;border:1px solid var(--border);font-family:'Ubuntu Mono','Courier New',Courier,monospace;font-size:16px}#content-scene #content pre{padding:8px}#content-scene #content pre>code{border:0}#content-scene #content ol,#content-scene #content ul{padding-left:16px}#content-scene #content img{max-width:100%}#page-home #edit-box{background-color:var(--selectedBg);border-bottom:1px solid var(--main)}#page-home #bookmarks-grid{display:grid;grid-template-rows:min-content;grid-template-columns:repeat(auto-fill, minmax(300px, 1fr));grid-gap:16px;padding:16px;overflow:auto}#page-home #bookmarks-grid .bookmark{align-self:start}#page-home #bookmarks-grid .pagination-box{grid-column-end:-1;grid-column-start:1;display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-flow:row nowrap;align-self:start}#page-home #bookmarks-grid .pagination-box a{padding:8px;color:var(--colorLink)}#page-home #bookmarks-grid .pagination-box a:hover,#page-home #bookmarks-grid .pagination-box a:focus{color:var(--main)}#page-home #bookmarks-grid .pagination-box input{width:40px;padding:8px;text-align:center;font-size:.9em;color:var(--color);border:1px solid var(--border);background-color:var(--contentBg);margin:0 8px}#page-home #bookmarks-grid .pagination-box p{font-size:.9em;color:var(--colorLink);line-height:37px;font-weight:600}#page-home #bookmarks-grid .pagination-box p:last-of-type::before{content:"/";margin-right:8px}#page-home #bookmarks-grid.list{grid-gap:0;padding-bottom:0;grid-template-columns:minmax(0, 1000px)}#page-home #bookmarks-grid.list .pagination-box{padding:16px 0}#page-home #bookmarks-grid.list .pagination-box:first-child{padding-top:0}@media (max-width:600px){#page-home #bookmarks-grid.list{padding:16px 0 0}#page-home #bookmarks-grid.list .pagination-box{padding:16px}}#page-home #dialog-tags .custom-dialog-body{grid-template-columns:repeat(2, minmax(0, 1fr))}@media (max-width:600px){#page-home #dialog-tags .custom-dialog-body{grid-template-columns:minmax(0, 1fr)}}#page-home #dialog-tags .custom-dialog-body a{font-size:1em;color:var(--color)}#page-home #dialog-tags .custom-dialog-body a span:last-child{font-size:1em;color:var(--colorLink);margin-left:4px}#page-home #dialog-tags .custom-dialog-body a span:last-child::before{content:"(";margin-right:2px}#page-home #dialog-tags .custom-dialog-body a span:last-child::after{content:")";margin-left:2px}#page-home #dialog-tags .custom-dialog-body a:hover,#page-home #dialog-tags .custom-dialog-body a:focus{color:var(--main)}#page-setting{min-height:0;max-height:100%;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-flow:column nowrap}#page-setting .setting-container{padding:8px;display:-webkit-box;display:flex;overflow:auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-flow:column nowrap;-webkit-box-flex:1;flex:1 0}#page-setting .setting-container::after{content:"";display:block;min-height:1px}#page-setting .setting-container details.setting-group{margin:8px;display:block;max-width:350px;color:var(--color);background-color:var(--contentBg);border:1px solid var(--border)}@media (max-width:600px){#page-setting .setting-container details.setting-group{max-width:100%}}#page-setting .setting-container details.setting-group summary{list-style:none;font-weight:600;width:100%;padding:12px 8px;font-size:1.1em;cursor:pointer}#page-setting .setting-container details.setting-group summary:hover{color:var(--main)}#page-setting .setting-container details.setting-group summary::-webkit-details-marker{display:none}#page-setting .setting-container details.setting-group summary::after{content:"+";margin-left:8px;font-weight:600}#page-setting .setting-container details.setting-group[open] summary{border-bottom:1px solid var(--border)}#page-setting .setting-container details.setting-group[open] summary ::after{content:"-"}#page-setting .setting-container details.setting-group div.setting-group-footer{padding:4px 8px;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-flow:column nowrap;-webkit-box-align:end;align-items:flex-end;border-top:1px solid var(--border)}#page-setting .setting-container details.setting-group div.setting-group-footer>a{text-transform:uppercase;padding:8px 4px;font-size:.9em;font-weight:600}#page-setting .setting-container details.setting-group div.setting-group-footer>a:hover{color:var(--main)}#page-setting .setting-container details.setting-group div.setting-group-footer>a:focus{outline:none;color:var(--main);border-bottom:1px dashed var(--main)}#page-setting #setting-display{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-flow:column nowrap}#page-setting #setting-display[open]{padding-bottom:8px}#page-setting #setting-display[open] summary{margin-bottom:8px}#page-setting #setting-display label{padding:4px 8px;color:var(--color);display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-flow:row nowrap;-webkit-box-align:center;align-items:center;cursor:pointer}#page-setting #setting-display label:hover,#page-setting #setting-display label:focus{text-decoration:underline;-webkit-text-decoration-color:var(--main);text-decoration-color:var(--main)}#page-setting #setting-display label>input[type="checkbox"]{margin-right:8px}#page-setting #setting-accounts summary{margin-bottom:0}#page-setting #setting-accounts ul{list-style:none}#page-setting #setting-accounts ul li{padding:8px;display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-flow:row nowrap;-webkit-box-align:center;align-items:center}#page-setting #setting-accounts ul li:not(:last-child){border-bottom:1px solid var(--border)}#page-setting #setting-accounts ul li span{font-size:1em;color:var(--color);-webkit-box-flex:1;flex:1 0}#page-setting #setting-accounts ul li a{margin-left:8px;color:var(--colorLink)}#page-setting #setting-accounts ul li a:hover{color:var(--main)}
\ No newline at end of file
diff --git a/internal/view/less/stylesheet.less b/internal/view/less/stylesheet.less
index c8c9297..23b2822 100644
--- a/internal/view/less/stylesheet.less
+++ b/internal/view/less/stylesheet.less
@@ -383,6 +383,114 @@ a {
}
}
+#content-scene {
+ padding: 20px;
+ display: flex;
+ color: var(--color);
+ background-color: var(--bg);
+ flex-flow: column nowrap;
+ align-items: center;
+
+ #header {
+ width: 100%;
+ padding: 20px;
+ max-width: 840px;
+ margin-bottom: 16px;
+ background-color: var(--contentBg);
+ border: 1px solid var(--border);
+ display: flex;
+ flex-flow: column;
+ align-items: center;
+
+ #metadata {
+ display: flex;
+ flex-flow: row wrap;
+ text-align: center;
+ font-size: 16px;
+ color: var(--colorLink);
+ }
+
+ #title {
+ padding: 8px 0;
+ grid-column-start: 1;
+ grid-column-end: -1;
+ font-size: 36px;
+ font-weight: 700;
+ word-break: break-word;
+ hyphens: none;
+ text-align: center;
+ }
+
+ #links {
+ display: flex;
+ flex-flow: row wrap;
+
+ a {
+ padding: 0 4px;
+ color: var(--color);
+ text-decoration: underline;
+
+ &:hover,
+ &:focus {
+ color: var(--main);
+ }
+ }
+ }
+ }
+
+ #content {
+ width: 100%;
+ padding: 20px;
+ max-width: 840px;
+ background-color: var(--contentBg);
+ border: 1px solid var(--border);
+
+ * {
+ font-size: 18px;
+ line-height: 180%;
+
+ &:not(:last-child) {
+ margin-bottom: 20px;
+ }
+ }
+
+ a {
+ color: var(--color);
+ text-decoration: underline;
+
+ &:hover,
+ &:focus {
+ color: var(--main);
+ }
+ }
+
+ pre,
+ code {
+ overflow: auto;
+ border: 1px solid var(--border);
+ font-family: 'Ubuntu Mono', 'Courier New', Courier, monospace;
+ font-size: 16px;
+ }
+
+ pre {
+ padding: 8px;
+
+ >code {
+ border: 0;
+ }
+ }
+
+ ol,
+ ul {
+ padding-left: 16px;
+ }
+
+ img {
+ max-width: 100%;
+ }
+ }
+}
+
#page-home {
#edit-box {
background-color: var(--selectedBg);
diff --git a/internal/webserver/assets-prod.go b/internal/webserver/assets-prod.go
index 283b942..22f6591 100644
--- a/internal/webserver/assets-prod.go
+++ b/internal/webserver/assets-prod.go
@@ -21,7 +21,14 @@ var assets = func() http.FileSystem {
fs := vfsgen۰FS{
"/": &vfsgen۰DirInfo{
name: "/",
- modTime: time.Date(2019, 5, 25, 8, 17, 24, 5205716, time.UTC),
+ modTime: time.Date(2019, 8, 3, 14, 34, 10, 79372137, time.UTC),
+ },
+ "/content.html": &vfsgen۰CompressedFileInfo{
+ name: "content.html",
+ modTime: time.Date(2019, 8, 4, 14, 18, 11, 691427405, time.UTC),
+ uncompressedSize: 2897,
+
+ compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\x56\x6b\x6f\xdb\x36\x14\xfd\xee\x5f\x71\xc7\x09\x68\x02\x44\xd2\x9c\xa6\xc5\xa0\x48\x2e\xb2\x6c\xc3\x3a\x24\x4d\xb1\x38\x05\x86\x61\x58\x69\xf1\x5a\x62\x43\x91\x82\x48\x3f\x32\xd7\xff\x7d\x20\x25\xdb\x92\xad\x2c\xc9\xa6\x2f\x26\x79\xcf\x3d\x87\x8f\xfb\x70\xfc\xcd\x8f\x37\x97\xe3\xdf\x3f\xfe\x04\xb9\x29\xc4\x68\x10\xdb\x1f\x10\x54\x66\x09\x41\x49\x46\x83\x41\x9c\x23\x65\xa3\x01\x00\x40\x6c\xb8\x11\x38\xba\xcd\xb9\xaa\x38\xf8\xf0\x83\x52\xf7\x05\xad\xee\x35\x5c\x53\x49\x33\xac\xe2\xb0\x46\x0c\x6a\x78\x81\x86\x42\x9a\xd3\x4a\xa3\x49\xc8\xdd\xf8\x67\xff\x7b\x32\x6a\x99\x24\x2d\x30\x21\x73\x8e\x8b\x52\x55\x86\x40\xaa\xa4\x41\x69\x12\xb2\xe0\xcc\xe4\x09\xc3\x39\x4f\xd1\x77\x93\x13\xe0\x92\x1b\x4e\x85\xaf\x53\x2a\x30\x19\x06\xdf\x91\x8d\x8c\xe0\xf2\x1e\x2a\x14\x09\xa1\x65\x29\xd0\x37\x6a\x96\xe6\x3e\x4f\x95\xf4\xcb\x0a\x53\x55\x94\x4a\x23\x23\xa0\xf9\xdf\xa8\x13\x32\x7c\x73\xba\x1c\xbe\x39\x25\x90\x57\x38\x4d\x48\x58\xa1\x0e\x0f\x1c\x1b\x50\x50\xca\x6c\xb3\xe5\x97\xca\x9c\x9d\x2d\x87\x67\x67\x4f\xc8\xd4\xa0\x7e\x19\x8b\x20\x60\x1e\x4a\x4c\x08\x2f\x68\x86\xa1\x85\xb5\xf9\xa6\x74\xee\x68\x5e\x9f\x2e\x5f\xd7\x7b\xdd\xa8\xbb\x95\xff\x43\x39\x7c\xbb\x1c\xbe\xed\x50\xba\x95\xe7\x50\x2e\xfd\x7a\xed\x90\x35\xe0\xa9\xea\x3e\x5b\x83\x49\xb5\x0e\xa7\x4a\x1a\xba\x40\xad\x0a\x0c\x0a\x2e\x83\x54\x6b\x52\x4b\x68\xf3\x20\x50\xe7\x88\xa6\x23\xdf\xf2\xdd\x21\x5e\xe4\x96\xce\xb4\x51\x85\xcf\x38\x15\x2a\x7b\x91\xe7\xa4\x09\x7d\x9f\x1b\x2c\x1e\xf3\xac\x5d\x75\x5a\xf1\xd2\x80\xae\xd2\x84\x84\x5f\x74\x38\x9f\xd5\xe7\xfb\xa2\xc9\x28\x0e\x6b\xeb\x68\x10\x87\x75\x9e\x0d\xe2\x89\x62\x0f\x8d\x2a\xe3\x73\xe0\x2c\x21\x4d\x62\xf8\x3a\x45\x89\x04\xa2\x54\x50\xad\x13\xb2\x92\x3c\xcb\x4d\x04\x8c\xeb\x52\xd0\x87\x9b\xd2\x70\x25\x75\xe0\x56\xaf\x15\xc3\x75\xb3\xfb\x0e\x97\x95\xc1\xaa\x65\x71\xd6\xd2\xd9\x6c\x56\x32\x6a\x28\x19\x5d\x30\x86\x0c\x56\xab\x42\x31\x3e\xe5\xc8\xd6\x6b\xb8\x1b\x5f\xc6\x61\xd9\xeb\xe7\xb2\x9e\x8c\x56\x2b\x37\x58\xaf\x0f\x71\x1b\x75\x7b\x8f\x7a\x4f\xdc\x01\x68\x73\xbb\x9e\x17\xdc\xfd\x76\xe5\x79\x04\x0c\xad\x32\x5b\x37\xfe\x9a\x08\x2a\xef\xc9\xe8\x13\xc7\x05\xdc\x54\x3c\xe3\x92\x8a\x38\xa4\xff\x9d\xe4\xa2\x4a\x73\x3e\xc7\x03\x8e\x38\x64\x7c\xde\xba\xb2\xbd\xe9\xde\x6b\xec\x9d\xc2\xf3\x5c\xe9\x0c\x7e\x19\x5f\x5f\x79\x5e\x1f\x49\x33\xec\x44\x45\x9d\x37\x85\x62\x33\x7b\x81\x5b\xaf\x30\x84\xcb\x0a\xa9\xc1\x4d\xd9\x83\x39\xad\x38\x9d\x08\xdc\x42\x78\x61\x8b\x26\x4c\xa8\xc6\x8f\x34\x43\x98\x56\xaa\x00\x17\x60\xa5\x4d\x42\xbb\x6e\x43\xec\x7c\xb0\xf5\x90\xb8\x80\x4f\x33\x3c\x5a\x75\xf6\x8d\x22\x82\x57\xdf\x76\x22\xec\xd5\x49\x07\x51\xf0\x25\x97\x3a\x82\x3f\x36\x5a\x7f\x76\xed\x36\x62\x22\x58\x1d\x3c\x87\x0b\x86\x08\xec\x6b\x8c\xed\xd0\xf3\xc8\xc9\x01\x88\xce\x4c\xae\xaa\x1a\x75\xe1\xc6\xbd\xb0\x4d\x1c\xd6\xc0\xeb\x66\xe6\x79\xa4\x83\x5c\xef\x6d\x1c\x4d\xae\x98\xee\xdb\x9b\x50\x94\xdd\xa2\x31\x5c\x66\x47\xc7\x3d\x76\xfb\xcd\x69\x05\xaa\x34\x1a\x12\xf8\xf5\xf6\xe6\x43\x50\xda\x46\x76\x24\x54\x4a\xc5\xad\x51\x15\xcd\x30\xc8\xd0\xbc\x37\x58\x1c\x11\xed\x7a\xa2\xaf\x6b\x4a\x72\x7c\x0c\x5f\xbf\xc2\x6a\x7d\x78\x90\xcd\xa7\x73\xb5\x78\xcf\x20\x81\x23\x1b\x02\x6a\xea\x94\x82\xcd\x6a\x92\x00\x99\x28\x25\x90\x4a\x72\x0c\xef\x3a\xc6\x08\xa6\x54\x68\x7c\x9c\x5a\x70\xed\xd2\x7f\x9f\x7c\xb7\xde\x4b\xbf\x35\x3f\x29\xb0\x2d\x30\xfb\x0a\x2d\x43\xaf\xc4\xce\xfe\xa4\xc6\x4c\x63\x93\xa6\xfb\x22\x6d\x4b\xaf\x4a\x0b\xd0\xc8\x9c\x6f\x65\x7a\xf5\x4c\xce\x75\xd0\x2d\xa2\x90\x3c\x12\x14\xbb\xb7\x8b\x9a\xdf\xa7\x1f\x22\xda\x8e\x9e\x71\xa7\xd1\x6e\xf8\x9c\xdb\x89\x5a\xe3\x7e\xfc\xba\x55\x02\xda\x1f\x53\xe9\xac\x40\x69\x02\xdb\x70\x02\xd7\x52\x3e\xd0\xc2\x5e\xf7\xee\x99\xde\x01\x71\x13\x02\x11\x10\x72\x7e\xc0\xb3\xfe\xd7\xf4\x53\x33\x69\x90\xf5\xe6\x57\x18\xc2\x2d\x9a\xba\x44\x1c\x18\xb7\x3b\x73\x66\x48\xe0\xb3\xb7\x72\x6f\x54\xb7\x17\xf0\xe1\xf1\xbf\xa0\x9f\x7b\x4e\x1b\x86\x70\xa5\x28\x83\x26\x3b\x0f\x0b\x95\xe5\xee\x54\x84\xee\x49\x77\xa7\x5c\x37\x96\x76\xdf\xae\xfb\xb5\x6d\xe0\xf6\x1f\xf4\x3f\x01\x00\x00\xff\xff\xd0\x9f\x89\x6d\x51\x0b\x00\x00"),
},
"/css": &vfsgen۰DirInfo{
name: "css",
@@ -149,10 +156,10 @@ var assets = func() http.FileSystem {
},
"/css/stylesheet.css": &vfsgen۰CompressedFileInfo{
name: "stylesheet.css",
- modTime: time.Date(2019, 8, 3, 7, 36, 35, 821135930, time.UTC),
- uncompressedSize: 12811,
+ modTime: time.Date(2019, 8, 4, 14, 18, 25, 411427529, time.UTC),
+ uncompressedSize: 14829,
- compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x5a\x5b\x6f\xe3\xb8\x15\xfe\x2b\x84\x83\x05\xe2\x36\xf4\x4a\xb9\x6d\x22\xa1\x83\xa2\xc5\x0c\xfa\xb0\x0f\x05\xe6\x71\x31\x0f\xb4\x44\xc9\xac\x25\x52\x20\xe9\xc4\x19\x21\xff\xbd\x20\x29\xc9\xa4\xee\x72\xbc\xb3\x03\x03\x33\x31\x2d\x9e\x1b\x3f\x9e\xf3\xf1\x50\x01\x67\x4c\x96\x10\x6e\xd3\xe0\xea\xf3\xe7\xcf\x21\x84\x82\xc4\x78\x8b\xf8\xbf\xd2\xe0\xea\xf6\x59\x7d\x4e\x63\xff\x61\x2f\xd8\xfc\x70\xa7\x3e\x21\x84\x3b\x8c\x62\x33\xf4\xe5\xcb\x97\x10\xc2\x88\x51\x89\xa9\x3c\x0d\x6c\x19\x8f\x31\x0f\xae\x3e\x3f\xa8\x8f\x7e\x22\x63\xdc\x92\xa0\xbf\xff\x4e\xe8\x3e\xb8\x7a\x7e\x7e\xae\x07\xbe\x1a\x85\xb5\x94\x1c\x11\x1a\x5c\x7d\xb9\xbf\xbf\xbb\x7b\x0c\x21\xc4\x9c\x33\xfe\x6f\x23\xa8\x19\x14\x38\xc3\x91\xc4\xb1\xd2\x9d\x24\xf8\x37\xfc\xf0\xfe\xcf\x1c\xc7\x04\x81\xeb\x82\xe3\x04\x73\x61\x44\x43\x11\xed\x70\x8e\x83\x18\xf1\xfd\xba\xd4\xfe\xdb\x41\xf0\xbf\xa8\x8f\xe3\x5a\x13\x06\xcb\xbb\x66\xac\x76\xd0\x7f\x56\x9f\x93\x83\xc6\x70\xdb\xa8\xdb\x47\xff\xd9\x7f\x7a\x7f\xdf\x50\x92\xee\x7e\x98\xba\xbf\x95\x66\x0a\x7c\x25\xb1\xdc\x05\x5e\xb8\x65\x47\x28\xc8\x77\x42\xd3\xa0\xfa\x65\xcb\x8e\x61\xc2\xa8\x84\x09\xca\x49\xf6\x16\xac\xbe\xb2\x03\x8f\x30\xf8\x8a\xa8\x00\xff\xe5\x6c\x75\x23\x10\x15\x50\x60\x4e\x92\x30\x47\x3c\x25\x34\xf0\xc2\x02\xc5\xb1\x12\xe2\x85\x12\x1f\x25\x8c\x71\xc4\x38\x92\x84\xd1\x80\x32\x8a\xdf\xb7\x2c\x7e\x2b\xb7\x28\xda\xa7\x9c\x1d\x68\x5c\xd9\xf9\x82\xf8\xb5\x72\x7c\xfd\x8e\xca\xe8\xc0\x05\xe3\x41\xc1\x08\x95\x98\xbf\x6f\x44\x81\x22\xcc\x4b\xf8\x8a\xb7\x7b\x22\x95\x55\x30\xc9\xf0\x31\xf0\x43\xf3\xdf\xfb\x55\xc6\x52\x42\xa1\x88\x30\xc5\xe5\x0e\xab\x28\x06\xbe\xe7\xbd\xec\x1a\x5b\xfc\xc7\xe2\x18\x2a\x90\x26\x19\x7b\x0d\xd0\x41\xb2\x30\x26\xa2\xc8\xd0\x5b\x60\x89\x6d\xc6\x94\xdc\xd0\xd6\x87\x32\x92\xd2\x20\xc2\xca\xa0\x50\x7f\x81\x44\xe2\x5c\xd4\x43\xf6\xb3\x8c\x13\x4c\x65\xf0\x82\xb9\x24\x11\xca\x9c\xdf\x62\xc2\x71\x54\xc5\x82\xe7\x28\xd3\x1e\x40\x6d\x54\xc4\xb2\x43\x4e\x01\x65\xaf\x1c\x15\xe1\x48\x80\x6c\x6f\x3f\x6d\x34\xe4\x61\x8e\x85\x40\x29\x2e\xcd\x5a\xfa\x9e\xf7\x4b\x98\xa3\x63\xb5\xb4\xf7\x9e\x57\x54\x0b\x29\xc8\x77\x1c\xf8\x38\x1f\x92\xdf\x20\x6b\x1d\x56\x80\xf2\x8b\x23\x10\x2c\x23\x31\xa8\x2c\xd0\xc3\x6b\x37\xb2\x66\xed\xa1\x64\x85\x89\x6d\xf5\x7d\xcb\xa4\x64\xb9\x79\x44\x63\xc1\x09\xa3\xad\xf7\xb4\x71\x5d\xff\x40\xf5\x65\xcb\x8e\x63\xbe\xb9\xfa\xb4\x09\xd3\x0e\x2e\x02\xc0\x65\x16\x75\x3c\xa4\x7a\x9a\xd8\x71\x95\xf3\xbc\xa1\x30\x04\x09\xe1\x42\xc2\x68\x47\xb2\xb8\x6c\xc5\x7d\x68\x8e\xfe\x93\x41\xc4\x31\x2a\x7f\x6e\xd8\x3b\xa8\x1a\x58\x42\x95\xf3\x6b\x78\x36\x10\xfb\x48\x48\xad\xf0\x98\x3f\xcb\xd3\x5e\xb9\xc3\xb9\xd9\x39\xaf\x4d\x5a\x09\xfb\xf1\x34\x5b\x3a\x10\x05\xa2\xf5\xd2\x71\x2d\xf5\xa9\x38\xce\x9a\x2e\x51\x9a\x11\x8a\x4b\xdb\xa2\x07\xcf\xb3\xf7\xdf\x7d\x71\x1c\x30\xb0\xbb\x05\x87\x75\x12\x5a\x1c\xa4\x01\x8c\xb3\x24\x35\x52\x52\x4e\xe2\x50\xfd\x03\x53\x54\x98\x9f\xf4\x37\x89\xf3\x22\x43\x12\x43\xb3\xac\x42\xc3\x12\xf8\x89\x0b\x95\x02\x45\xfb\x60\x8b\x04\x56\xce\x84\xff\x3b\x08\x49\x92\xb7\xda\xd2\xd3\x0f\x4b\x90\x38\x0b\x0e\x73\xfc\xfd\x94\xa1\x2d\xce\x4a\x37\x84\x63\x79\xc9\x99\xac\xff\xec\x99\xdc\x00\xfb\x69\x18\xd7\xf3\x73\x6f\x4e\x68\x53\xb5\x9d\xb4\x3e\xc7\x46\xb0\x89\x76\x38\xda\xeb\x2a\x4a\x70\x16\x97\x7a\xe1\xcc\x7a\x05\x3e\xf8\x55\xc3\x13\xdc\x9e\x95\x1e\x77\x8c\x93\xef\x8c\xca\xf9\xdb\x9f\xb3\xd7\x7a\xef\x9f\x9b\x78\x34\x9a\xaa\xf1\x36\x96\xea\x52\xe3\x32\x8a\x33\xa2\x14\xec\x14\x7b\xb8\x39\x67\x66\xc2\xa2\x83\x28\xdb\x5c\xe8\x40\x63\xcc\x1d\x98\xb7\x9e\xe8\xc9\x79\x93\x4f\x9c\xe3\x99\xc1\xec\x1f\xf2\xad\xc0\xff\x58\xd5\x3f\xad\xbe\x2d\x48\x50\xdb\x83\x94\x8c\x9e\x51\x5e\x2e\x81\x1a\x27\x3d\x2d\x83\xc5\x2c\x8f\x00\xea\xdb\xce\x7a\x25\x24\x47\x54\x24\x8c\xe7\xc1\xa1\x28\x30\x8f\x90\xc0\x3d\x34\xc7\xce\xd5\x8f\xaa\x7a\x18\x2c\xc6\x38\x41\x87\x4c\xce\xb4\x61\x63\xbe\xb5\xa9\xf1\xa2\xc9\x53\x10\xee\x9d\x63\xc0\xdb\x03\x34\xf5\x5f\xc5\xb8\x55\x3a\xea\x63\xdd\xba\x1e\x3d\x2a\x7e\x56\x0f\x64\x38\x91\x66\x64\x8c\xdf\x9e\x44\x83\xea\x6f\x73\xe8\x2b\x95\x3c\x2f\xd4\x42\xbc\xd0\x24\x40\x2d\xcc\x55\xce\x04\xd1\xa8\x49\xc8\x11\xc7\x7f\x05\xcb\xeb\x77\xad\x39\x3e\xaf\xc3\xef\x90\xd0\xd8\x9c\x5c\x86\x7c\x05\xa8\x74\xb8\x4b\x63\xf3\x36\x63\xd1\xde\x76\x5e\xe5\x90\x3a\xfc\x7a\x60\x00\x82\x0d\xf5\xef\xc0\xb9\x3a\x53\x8f\x44\x1e\xa0\x0d\x8a\x24\x79\xc1\xa5\x8b\xde\x61\x59\xa3\xe4\x6d\x4c\x51\x8d\xd2\x91\x27\x06\x30\x39\x11\xf8\xaa\x47\xe1\x2a\xdf\x14\x28\xc5\xd5\x11\xdb\x86\x97\x0e\xa4\x49\x7d\x5e\x68\x07\xb7\x85\xae\x9e\xd4\x30\x60\x45\x7d\x8c\x9f\xcb\x5c\x9b\x53\x34\xd0\x99\xad\x81\x8c\xe7\xd8\xbf\xf3\x1d\x0f\x3a\x58\xb0\x56\x7e\xd3\xa6\xb2\x8f\x9e\x2b\x2b\x26\x2f\x8e\xb0\x9f\x99\x00\x8c\x19\x0e\x8a\xe1\x56\x01\xf0\xa6\x42\xd2\xdd\x4f\x7d\x54\x70\x44\xbb\x5d\x4e\xd5\x56\x5c\x7d\x1b\x35\xc7\xe6\x72\xed\x92\xeb\xd8\xea\xb7\x6c\x7d\x68\xd9\xfa\xf0\xdc\x6b\xeb\x34\xdb\x5c\xe8\x4d\xd0\x00\xc2\x70\x8a\x22\x43\x11\xde\xb1\x4c\x41\xa6\xa3\xfe\x77\x42\xf7\xcb\x15\x7c\x50\xe4\x89\x85\xd8\xc9\xf2\xf6\xbe\x95\x2c\x6f\xbb\x47\xa5\x5a\x7c\xdf\x51\x69\x4c\x61\x40\x99\xbc\x0e\x32\x54\x1f\xcc\xd7\x3d\xec\x69\x74\xbe\x4e\x7a\xe3\x65\x16\x6c\x32\x86\x74\x15\x55\xcf\x66\xe8\xed\xac\x0d\xfa\xb1\xd2\xf6\x27\x52\xf4\xa6\x39\xb7\x23\x71\x8c\x69\x3b\xd1\xf6\x94\x7e\x55\xee\x5f\xdd\xda\x7f\xca\x92\x9e\xe7\x77\x91\xcf\xd3\x2d\xba\xf6\x6e\xf4\x67\xf3\x38\x1e\x5d\x40\xba\xd0\x6b\x8a\xdb\x69\x5f\xde\xe3\xbc\xa7\xe0\x1a\x03\x9f\xda\xe5\xf9\xc9\xa9\x20\x68\x2b\x58\x76\x90\xb8\xe9\x46\x9f\xba\x5a\x8f\x9e\x57\x1c\xd7\xa5\x4d\xb2\x6c\x4e\xf5\xd0\xe1\x54\x4d\xd7\xb5\x2e\x2b\xea\x91\x09\x26\xa5\xdb\x64\x75\x8d\xab\xa6\xf5\xc6\x56\xab\xbb\x74\xb2\xaf\xaa\xa0\x32\x64\xf0\xb4\x3e\xc8\x01\xea\x96\x70\x8d\x76\xdd\x58\x1e\xe3\x52\xc6\x2b\xed\xf1\x58\x32\x76\xf2\xe9\x68\x04\xcf\x24\x2a\x67\x72\x24\xb7\xc8\x9b\x05\x1f\x32\xb3\x45\x09\xa6\xd8\x60\xdb\xe5\xc1\xa3\xcd\x28\x57\xb8\x18\x3a\x14\x36\x2e\x53\xdc\x27\xca\xa5\x2a\xfd\x0d\xc7\xba\x64\x41\x5f\x64\xc2\x25\xea\x98\xef\x79\xbf\xbc\xbf\x5f\x99\x99\x2c\xc7\xe0\x0a\xc7\xc6\xb6\xa1\x6b\x96\xd3\x6d\xd0\x14\x1b\xad\xa0\x68\xc9\xde\x32\xb6\xcf\x11\xdf\x0b\x98\x72\x12\x97\xdd\x86\x60\xd3\x02\xe4\xec\x55\x04\x8a\xde\x54\x99\x7e\xa0\x43\xc8\x71\x81\x91\xbc\x56\x7b\x13\x26\x24\xcb\x6e\x40\x4e\x68\x8e\x8e\xd7\x77\x2a\x09\xde\x00\x3f\xe1\xeb\x75\xab\xd7\x38\x7c\xad\x33\x62\x2b\xd8\xd4\xdf\x4b\x53\xae\x04\xce\x92\x40\x48\xc4\xe5\xe8\xac\x02\xa5\x84\x9a\x86\x8b\x8a\xa9\xd5\x2e\x83\x98\xc6\x01\xf4\x43\x7b\x48\xcb\x0b\xfc\x1f\xdf\x3e\xfb\x80\x4f\xe0\xd4\xe5\x7d\x1a\xe4\x44\x8b\xe4\xd5\xc9\x71\xc9\x94\xc1\x56\xc3\x7c\x21\xa6\xfd\x5a\xdf\x0c\x59\x40\x79\x9a\x38\x17\x6f\x9e\xfb\x0e\xc6\x93\x8d\xd8\xe9\x4e\x6e\x7d\x2b\x0a\x34\x07\x9c\xef\x49\x51\x4e\x19\x67\x88\xaa\x93\x4f\x7e\xab\x8f\x0c\xf6\x09\x6f\x81\x4e\xc3\x60\x59\x02\x55\xb2\x0b\x82\x2d\x4e\x18\xc7\x65\x4d\xd4\x56\xbf\xae\x3a\x27\x94\x11\xf1\x9b\x8c\x08\x59\x36\xfb\xb6\xc3\x50\xbc\x81\x7c\x50\xed\x7e\xef\x06\x28\x16\x57\x1c\xc7\x00\xa0\x75\x74\x76\xa8\x9d\x1d\xc0\x58\x04\x7a\xa7\x3b\x17\x6c\x36\xeb\xf2\x46\x88\xda\x44\x14\x5c\x8b\x96\xdb\xe4\x08\x70\x73\x7d\x4c\x50\xc6\x52\x28\x51\x2a\xc0\x26\x3a\x08\xc9\x72\x58\x8d\xe9\x9b\xf6\xd1\xa4\x7b\xdb\x24\x5b\xaf\x4a\xb4\xf3\x7c\x3c\x4f\xa9\xab\x6a\x91\x1b\x00\x95\x13\x4d\xac\xf5\x32\x71\xfa\x96\xc3\x3a\xb1\x4d\x89\x37\xbb\xad\x82\xbf\x66\x60\xf7\x2d\xf4\x2f\x56\xd9\xdd\x60\xd7\xad\x0d\x76\xfb\x71\x15\x28\x91\xfa\x60\x59\x69\x58\xaf\x1c\x1f\x16\x2b\xe8\xc9\xeb\xd3\x73\xc6\x13\xbb\xc0\x52\x12\x9a\xda\x5d\x64\x4f\x5f\xf0\x5b\xf4\xe6\xc7\x77\x71\x5d\xe3\xc0\xa6\xfa\x43\xa7\x76\x44\x28\xe6\x4e\xc5\x9c\x34\xcf\x7d\xf5\xe4\x4f\x3d\x97\xb7\xf8\xe8\xa4\x23\x1d\x8c\xac\x5a\xbd\x66\xbb\xbd\xdf\xe0\x65\x58\x1e\x88\xb1\x44\x24\x13\xcd\x2f\xaa\x40\x16\x55\x43\xc4\x89\x56\x25\xbe\x49\x34\x77\x0f\xfd\xed\xb6\x0f\x5f\x98\x4e\x25\xb5\x33\x9c\xa9\xe5\xd8\xe4\x7b\xa9\x18\x20\x0e\x79\x8e\xf8\x5b\xa9\x52\x3e\x14\xf2\x2d\xc3\xfa\x24\xdb\x69\x49\x5a\x6f\xbe\x34\x85\xe0\xb6\x38\x82\xbe\x16\x61\xfb\x86\xe8\x43\x96\x0d\xf7\xa5\x3e\x26\xb6\xd9\x28\xd5\x63\x50\xd5\xbf\xce\x79\xfe\x83\x3a\x5a\xb0\xfe\xbb\x9b\xfa\x9e\x06\xb9\xd2\x52\x8d\x7f\xb0\x02\xd3\x6f\xcd\x62\xce\x7c\x13\xe1\x02\xaa\x40\xc7\x47\xb8\x3a\x37\x6a\xea\xec\xe9\x8c\xc0\x84\x31\x69\xa5\xb9\xfb\x0a\x6f\x3f\x43\xd3\x11\xd3\xd8\xe9\x38\xea\x99\x6a\x70\x4e\x53\xe9\xb2\xf1\xf9\x84\xca\xc1\xbb\x60\xab\x42\x80\x7b\x67\xab\x6a\x46\x7f\x19\xf4\x8d\x58\x76\xe9\xdd\x3b\xa2\xc9\x94\x78\x76\x90\xea\x3c\x62\x92\xd8\x9c\x57\xb6\x62\x24\x76\xb8\xaf\xd7\x50\xdb\x76\x55\xeb\xab\x20\xf6\xe3\x7b\xde\x13\x06\x99\x1d\x59\xb6\xce\x36\x4f\x9d\x3a\xd9\x3f\xaf\x49\x1a\xee\x0b\x8c\xd3\xd3\x81\x79\x4b\xa9\xbd\x39\x7b\x6a\xe7\xcf\x7c\x8b\x37\x5e\xac\xfa\x7d\x76\x18\xe8\xc4\xa3\x3f\xf4\xcd\x9b\x19\x06\xcd\x7f\xd5\xa6\x5f\x18\x8a\x22\x76\xa0\x52\x0c\xc0\xa6\x9d\x42\xba\xf3\x0e\x59\x9b\x6b\xcc\x98\x02\x32\xb2\x8c\xec\xfe\xa5\xf7\xc2\x73\xdc\xe9\x5e\xd7\x9d\x53\xb4\x07\x84\x9b\xd7\x3b\xa7\x4e\xab\x0b\x28\xfb\x90\x1e\x54\xb6\xf9\xcc\x68\xe3\x6e\x52\xdc\x60\xb9\xf8\x7f\x00\x00\x00\xff\xff\xd2\x78\x54\xe1\x0b\x32\x00\x00"),
+ compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x5b\xed\x6f\xa3\x38\x1a\xff\x57\xac\x46\xa3\x69\xf6\x4a\x16\xfa\x36\x29\xe8\x46\xa7\x5b\x4d\x75\x1f\xf6\x4e\x27\x8d\xee\xd3\x6a\x3e\x18\x30\x89\x2f\x60\x23\xdb\xb4\xe9\xa0\xfe\xef\x2b\xdb\x40\x30\x60\x20\x69\xb6\x33\x8a\x34\x0d\x0e\x7e\xde\xfc\x7b\x5e\xfc\xd8\xe3\x33\x4a\x45\xe9\x38\xe1\xc6\x5f\x7c\xf9\xf2\x25\x70\x1c\x8e\x63\x14\x42\xf6\xcf\x8d\xbf\xb8\x7e\x90\x9f\xc3\xd8\xbf\xe8\x13\xd2\x3f\xdc\xc8\x4f\xe0\x38\x5b\x04\x63\x3d\xf4\xf8\xf8\x18\x38\x4e\x44\x89\x40\x44\x1c\x06\x42\xca\x62\xc4\xfc\xc5\x97\x3b\xf9\x51\x6f\xa4\x94\xb5\x28\xa8\xe7\xdf\x31\xd9\xf9\x8b\x87\x87\x87\x7a\xe0\xab\x66\x58\x53\xc9\x20\x26\xfe\xe2\xf1\xf6\xf6\xe6\xe6\x3e\x70\x1c\xc4\x18\x65\xbf\x69\x42\xcd\x20\x47\x29\x8a\x04\x8a\x25\xef\x24\x41\x9f\xd0\xdd\xeb\x3f\x32\x14\x63\x08\x2e\x73\x86\x12\xc4\xb8\x26\xed\xf0\x68\x8b\x32\xe4\xc7\x90\xed\x96\xa5\xd2\xbf\x6d\x04\xef\x51\x7e\x0c\xd5\x1a\x33\xb4\xb4\x6b\xc6\x6a\x05\xbd\x07\xf9\x39\x28\xa8\x05\x6f\x0b\x75\x7d\xef\x3d\x78\xeb\xd7\xd7\x15\xc1\x9b\xed\xbb\xb1\xfb\xa5\xd4\x53\x9c\x67\x1c\x8b\xad\xef\x06\x21\xdd\x3b\x1c\x7f\xc7\x64\xe3\x57\xbf\x84\x74\x1f\x24\x94\x08\x27\x81\x19\x4e\x5f\xfc\x8b\xaf\xb4\x60\x11\x02\x5f\x21\xe1\xe0\xbf\x8c\x5e\x5c\x71\x48\xb8\xc3\x11\xc3\x49\x90\x41\xb6\xc1\xc4\x77\x83\x1c\xc6\xb1\x24\xe2\x06\x02\xed\x85\x13\xa3\x88\x32\x28\x30\x25\x3e\xa1\x04\xbd\x86\x34\x7e\x29\x43\x18\xed\x36\x8c\x16\x24\xae\xe4\x7c\x82\xec\x52\x2a\xbe\x7c\x85\x65\x54\x30\x4e\x99\x9f\x53\x4c\x04\x62\xaf\x2b\x9e\xc3\x08\xb1\xd2\x79\x46\xe1\x0e\x0b\x29\x95\x93\xa4\x68\xef\x7b\x81\xfe\xf3\xba\x48\xe9\x06\x13\x87\x47\x88\xa0\x72\x8b\xa4\x15\x7d\xcf\x75\x9f\xb6\x8d\x2c\xde\x7d\xbe\x0f\x24\x48\x93\x94\x3e\xfb\xb0\x10\x34\x88\x31\xcf\x53\xf8\xe2\xb7\xc8\x36\x63\x92\x6e\xd0\xe6\x07\x53\xbc\x21\x7e\x84\xa4\x40\x81\x7a\x70\xb0\x40\x19\xaf\x87\xda\xef\x52\x86\x11\x11\xfe\x13\x62\x02\x47\x30\x35\x7e\x8b\x31\x43\x51\x65\x0b\x96\xc1\x54\x69\xe0\x28\xa1\x22\x9a\x16\x19\x01\x84\x3e\x33\x98\x07\x23\x06\x6a\x6b\xfb\x79\xa5\x20\xef\x64\x88\x73\xb8\x41\xa5\x5e\x4b\xcf\x75\x3f\x04\x19\xdc\x57\x4b\x7b\xeb\xba\x79\xb5\x90\x1c\x7f\x47\xbe\x87\x32\x1b\xfd\x06\x59\xcb\xa0\x02\x94\x97\xef\x01\xa7\x29\x8e\x41\x25\x81\x1a\x5e\x9a\x96\xd5\x6b\xef\x08\x9a\x6b\xdb\x56\xcf\x21\x15\x82\x66\xfa\x15\x85\x05\xc3\x8c\x6d\xbe\x07\xc7\x35\xf5\x03\xd5\x43\x48\xf7\x63\xba\x99\xfc\x94\x08\xd3\x0a\x1e\x05\x80\xf3\x2c\xea\xb8\x49\xd5\x34\xbe\x65\x32\xe6\xb9\x36\x33\xf8\x09\x66\x5c\x38\xd1\x16\xa7\x71\xd9\xb1\xbb\x6d\x8e\xfa\x4a\x1d\xc8\x10\x2c\x7f\x6e\xd8\x1b\xa8\xb2\x2c\xa1\x8c\xf9\x35\x3c\x1b\x88\xbd\xc5\xa4\x2d\xf3\xe8\xaf\xe5\xc1\x57\x6e\x50\xa6\x3d\xe7\xb9\x09\x2b\xc1\x30\x9e\x66\x53\x07\x3c\x87\xa4\x5e\x3a\xa6\xa8\xae\xf3\xfd\xac\xe9\x02\x6e\x52\x4c\x50\xd9\x96\xe8\xce\x75\xdb\xfe\x77\x9b\xef\x2d\x02\xf6\x5d\xd0\xce\x13\x93\xbc\x10\x1a\x30\xc6\x92\xd4\x48\xd9\x30\x1c\x07\xf2\x1f\x67\x03\x73\xfd\x93\x7a\x12\x28\xcb\x53\x28\x90\xa3\x97\x95\x2b\x58\x02\x2f\x31\xa1\x92\xc3\x68\xe7\x87\x90\x23\xa9\x4c\xf0\xff\x82\x0b\x9c\xbc\xd4\x92\x1e\x7e\x38\x06\x89\xb3\xe0\x30\x47\xdf\xcf\x29\x0c\x51\x5a\x9a\x26\x1c\x8b\x4b\xc6\x64\xf5\x75\x60\x72\x03\xec\xb5\x1d\xd7\xf3\x63\x6f\x86\x49\x93\xb5\x8d\xb0\x3e\x47\x46\xb0\x8a\xb6\x28\xda\xa9\x2c\x8a\x51\x1a\x97\x6a\xe1\xf4\x7a\xf9\x1e\xf8\x55\xc1\x13\x5c\x9f\x14\x1e\xb7\x94\xe1\xef\x94\x88\xf9\xee\xcf\xe8\x73\xed\xfb\xa7\x06\x1e\x85\xa6\x6a\xbc\x8b\xa5\x3a\xd5\x98\x15\xc5\x09\x56\xf2\xb7\xb2\x7a\xb8\x3a\x65\x66\x42\xa3\x82\x97\xdd\x5a\xa8\x20\x31\x62\x06\xcc\x3b\x6f\x0c\xc4\xbc\xc9\x37\x4e\xd1\x4c\x63\xf6\x0f\xf1\x92\xa3\xbf\x5f\xd4\x3f\x5d\x7c\x3b\x22\x40\x85\x85\x10\x94\x9c\x90\x5e\xce\x81\x1a\x23\x3c\x1d\x07\x8b\x59\x1a\x01\x38\xe4\xce\x6a\x25\x04\x83\x84\x27\x94\x65\x7e\x91\xe7\x88\x45\x90\xa3\x81\x32\xa7\x1d\xab\xef\x65\xf6\xd0\x58\x8c\x51\x02\x8b\x54\xcc\x94\x61\xa5\x9f\xba\xa5\xf1\x51\x93\xa7\x20\x3c\x38\x47\x83\x77\x00\x68\xf2\x4f\x55\x71\xcb\x70\x34\x54\x75\xab\x7c\x74\x2f\xeb\xb3\x7a\x20\x45\x89\xd0\x23\x63\xf5\xed\x81\x34\xa8\xbe\xeb\x4d\x5f\x29\xe9\xb9\x81\x22\xe2\x06\x3a\x00\x2a\x62\x26\x73\xca\xb1\x42\x4d\x82\xf7\x28\xfe\x11\x55\xde\xb0\x6a\xcd\xf6\x79\x19\x7c\x77\x30\x89\xf5\xce\xc5\xa6\x2b\x80\xa5\x51\xbb\x34\x32\x87\x29\x8d\x76\x6d\xe5\x65\x0c\xa9\xcd\xaf\x06\x2c\x10\x6c\x4a\xff\x1e\x9c\xab\x3d\xf5\x88\xe5\x01\x5c\xc1\x48\xe0\x27\x54\x9a\xe8\xb5\xd3\x1a\x2d\xde\xc6\x18\xd5\x28\x1d\x79\xc3\x82\xc9\x09\xc3\x57\x3d\x0a\x93\xf9\x2a\x87\x1b\x54\x6d\xb1\xdb\xf0\x52\x86\xd4\xa1\xcf\x0d\xda\xc6\xed\xa0\x6b\x20\x34\x58\xa4\xa8\xb7\xf1\x73\x2b\xd7\x66\x17\x0d\x54\x64\x6b\x20\xe3\x1a\xf2\x6f\x3d\x43\x83\x1e\x16\x5a\x2b\xbf\xea\x96\xb2\xf7\xae\x49\x2b\xc6\x4f\x06\xb1\x9f\xb9\x00\x18\x13\x1c\xe4\xf6\x56\x01\x70\xa7\x4c\xd2\xf7\xa7\xa1\x52\x70\x84\x7b\x3b\x9d\x4a\x57\xbc\xf8\x36\x2a\x4e\xbb\x96\xeb\xa6\x5c\x43\x56\xaf\x23\xeb\x5d\x47\xd6\xbb\x87\x41\x59\xa7\xab\xcd\x23\xb5\xf1\x1b\x40\xe8\x9a\x22\x4f\x61\x84\xb6\x34\x95\x90\xe9\xb1\xff\x1d\x93\xdd\xf1\x0c\xde\x48\xf2\x50\x85\xb4\x83\xe5\xf5\x6d\x27\x58\x5e\xf7\xb7\x4a\x35\xf9\xa1\xad\xd2\x18\x43\x9f\x50\x71\xe9\xa7\xb0\xde\x98\x2f\x07\xaa\xa7\xd1\xf9\x2a\xe8\x8d\xa7\x59\xb0\x4a\x29\x54\x59\x54\xbe\x9b\xc2\x97\x93\x1c\xf4\x6d\xa9\xed\x2f\x2c\xd1\x9b\xe6\xdc\x16\xc7\x31\x22\xdd\x40\x3b\x90\xfa\x65\xba\x7f\x36\x73\xff\x21\x4a\xba\xae\xd7\x47\x3e\xdb\x84\xf0\xd2\xbd\x52\x9f\xd5\xfd\xb8\x75\x01\xee\x43\xaf\x49\x6e\x07\xbf\xbc\x45\xd9\x40\xc2\xd5\x02\xae\xbb\xe9\x79\x6d\x64\x10\x18\x72\x9a\x16\x02\x35\xdd\xe8\x43\x57\xeb\xde\x75\xf3\xfd\xb2\x6c\x17\x59\xed\x9a\xea\xae\x57\x53\x35\x5d\xd7\x3a\xad\xc8\x57\x26\x2a\x29\xd5\x26\xab\x73\x5c\x35\x6d\xd0\xb6\x8a\xdd\xb9\x83\x7d\x95\x05\xa5\x20\xd6\xdd\xba\xb5\x06\xa8\x5b\xc2\x35\xda\x55\x63\x79\xac\x96\xd2\x5a\x29\x8d\xc7\x82\xb1\x11\x4f\x47\x2d\x78\x62\xa1\x72\x62\x8d\x64\x26\x79\xbd\xe0\x36\x31\x3b\x25\xc1\x54\x35\xd8\x55\xd9\xba\xb5\x19\xad\x15\xce\x86\x0e\x89\x8d\xf3\x24\xf7\x89\x74\x29\x53\x7f\x53\x63\x9d\x33\xa1\x1f\x25\xc2\x39\xf2\x98\xe7\xba\x1f\x5e\x5f\x17\x55\x3c\x35\xc3\x85\x7f\xed\xb6\xba\x76\xd6\x44\x31\xbf\x6c\x08\x37\xcb\x1f\x9a\x56\x3a\x7a\x82\x45\x05\xc0\xd6\xe1\x80\xa1\xfa\x21\xa6\xae\x6f\xfb\x27\x05\x63\x6d\xe6\xf9\xed\xb8\xf7\xcb\xc3\x67\xb0\x14\x58\x64\x48\xc0\x18\x8a\xf7\xec\xd5\xa8\x55\x1e\x8d\x44\xf7\xd6\x5a\xcc\xaa\x87\xc0\x22\x3d\x00\x7d\x9d\xef\x81\x1b\xb4\x7a\x99\x0e\x17\x90\x09\xdf\x33\xc6\x10\x89\x7d\xc7\x6b\x31\xbe\xb9\xaf\xcb\xec\xca\x49\x3f\xb9\x6e\xf0\x4c\x59\xec\x84\x0c\xc1\x9d\xaf\xfe\x75\xe4\x40\xa3\xef\xf6\x25\xdf\x22\xc2\x55\xd2\x09\x8c\x87\x81\xaa\xd1\x22\x7b\x8a\xc9\x8e\xbf\xf3\x02\x8c\x0b\x03\x0e\x9d\x7e\x17\x0c\x56\xc6\xbd\xfe\xe3\xa1\x87\x39\x45\xba\xce\x95\x13\x6f\x59\x9b\x4d\x9d\x79\xd5\xe3\x6c\xa7\x7f\xab\x87\xdb\x04\x00\xbf\xb4\x4e\x8a\xbc\x75\x37\x2e\xaf\xdd\x0f\xf6\x99\xd6\x2d\x43\x15\x9a\xae\x55\x5e\xb7\xcc\xb6\xf7\x24\x67\xad\x4e\x43\xc6\xb2\x2e\x87\xdf\x8f\x5c\x11\x90\x33\x64\xa5\x16\xd1\x18\x95\xe6\x19\xfc\xd4\x81\x68\xeb\xee\xc1\xc7\xff\x85\x05\x11\x05\xf8\x37\x25\xf4\xe3\xd5\xc7\xdf\x68\xc1\x30\x62\xe0\x3f\xe8\xf9\xe3\x55\xf5\x70\x95\x51\x42\x55\x65\xd8\x89\x2c\x63\xe2\xb6\x03\xc8\xd8\x7b\x9f\x95\xf8\x95\xc0\xae\xf5\x4d\x9a\x5a\xf5\x2f\xd2\xd2\xa8\xd9\x47\x25\xc3\xd9\xa6\x3c\xc0\x58\xa5\xf8\x85\xae\x0d\x68\x86\xc0\x02\xc5\xda\xef\x6d\x17\x29\x0e\xf7\x3d\xa6\xfa\x4d\xd5\x7a\xb6\x68\x87\x94\xee\x32\xc8\x76\xdc\x91\x91\xb3\xec\x1f\xf9\x35\x87\x7c\x8c\x3e\x73\x3f\xc3\xa4\xf6\x24\xcb\x19\x20\x43\x39\x82\xe2\x52\xae\xb8\x93\xe0\x34\xbd\x02\x19\x26\x19\xdc\x5f\xde\xc8\x6d\xce\x15\xf0\x12\xb6\x5c\x76\x4e\x13\xed\x17\x37\x46\x64\x05\xab\xfa\xb9\xd4\xf9\x90\xa3\x34\xf1\x55\x1e\x18\x9d\x95\xc3\x0d\x26\xfa\x48\x45\xda\x74\x20\x61\x0c\xe5\x95\x77\xef\x8f\xbd\x41\xa7\x56\x74\x5f\x8f\x64\xda\x23\xe8\xd5\xa1\xe3\x98\x29\xd6\x68\x32\x9f\x88\x3e\x60\xad\xef\x7e\xb4\x80\xb2\x9e\xe8\x7c\xaf\x1e\x86\x5a\xdf\x93\xb5\xdd\x74\xea\xa8\xef\x3d\x01\x15\x40\xe6\x6b\x92\x97\x53\xc2\xe9\x56\x94\xb1\x63\xf8\xd4\xa9\x56\x54\x0f\xf7\x08\x9e\x3a\xe1\xd0\xc4\x91\xdb\x19\xdf\x0f\x51\x42\x19\x2a\xeb\x56\xcc\xc5\xaf\x17\xbd\x1e\xe4\x08\xf9\x55\x8a\xb9\x28\x1b\xbf\xed\xf5\x20\x5c\x4b\x3c\xa8\xbc\xdf\xbd\x02\x9e\xab\x1a\x1d\x53\x3c\x7a\x1e\xda\x8e\x0e\x60\xcc\x02\x83\xd3\x8d\x2b\x34\xed\xbe\x8a\x3b\xd2\x8a\x99\xb0\x82\x29\xd1\xf1\x32\x19\x04\x5e\x8d\xd9\x31\x86\x29\xdd\x38\x02\x6e\x38\x58\x45\x05\x17\x34\x73\xaa\x31\x75\x97\x6e\x34\xe8\x5e\x37\xc1\xd6\xad\x02\xed\x3c\x1d\x4f\x63\x6a\xb2\x3a\x4a\x0d\x00\xcb\x89\x63\xaa\xe5\x71\xe4\xd4\x3d\x86\x56\x81\x35\x45\x5e\x7b\x5b\x05\x7f\x95\xa0\x6f\x3b\xe8\x3f\x9a\x65\xdf\xc1\x2e\x3b\x0e\x76\xfd\x76\x16\x30\x11\xaa\x75\x5c\x71\x58\x5e\x18\x3a\x1c\xcd\x60\x20\xae\x4f\xcf\x19\x0f\xec\x1c\x09\x81\xc9\xa6\x7d\x4e\xec\xaa\x1a\xbd\xd5\xc0\x78\xff\x73\x5a\x53\x38\xb0\xaa\xbe\xa8\xd0\x0e\x31\x41\xcc\xc8\x98\x93\xe2\x99\x85\xed\x5f\xda\x22\xe9\x74\x9c\x26\x15\xe9\x61\xe4\xa2\x73\x9a\xdc\x3e\xc0\x6f\xf0\x62\xa7\x07\x62\x24\x20\x4e\x79\xf3\x8b\x4c\x90\x79\xb5\x7f\x31\xac\x55\x91\x6f\x02\xcd\xcd\xdd\xf0\x81\xda\xdb\x77\x68\x13\x41\xed\x04\x65\x8c\xda\xfb\x44\x9b\x00\x5e\x64\x19\x64\x2f\xa5\x0c\xf9\x0e\x17\x2f\x29\xd2\x9d\x82\xee\xa1\xe3\xc0\x4e\xd6\xbb\xce\xf7\x60\xe8\x10\xb0\x7b\x07\xe4\x4d\x92\xd9\x4f\x9e\xde\x46\xb6\x71\x94\xea\x35\x47\xe6\xbf\x5e\xc7\xfe\x8d\x3c\x3a\xb0\xfe\x9b\x19\xfa\xd6\xd6\x5a\xe9\x58\x8e\x7f\xd0\x1c\x91\x6f\xcd\x62\xce\xbc\x6b\x78\x06\x56\xa0\xa7\xa3\x73\x71\xaa\xd5\x62\xfc\x64\x8e\x38\x09\xa5\xa2\x15\xe6\x6e\x2b\xbc\xfd\x0c\xc7\x8a\x88\xc4\x46\x4b\x53\xcd\x94\x83\x73\x8e\x8d\xce\x6b\x9f\xcf\xb0\xb4\xde\xf6\x6a\x37\x1f\x6f\x0d\x57\x55\x15\xfd\x79\xd0\x37\x22\xd9\xb9\xbd\x77\x84\x93\x4e\xf1\xb4\x10\x72\x3f\xa2\x83\xd8\x9c\x4b\xd9\x31\xe4\x5b\x34\xd4\x6b\xa8\x65\x5b\xd4\xfc\x2a\x88\xbd\xff\xa9\xf6\x84\x40\xda\x23\xcb\xce\xde\x66\xdd\xcb\x93\xc3\xf3\x9a\xa0\x61\x76\xf7\xa6\xa7\x03\x7d\x0f\xb9\xeb\x9c\x03\xb9\xf3\x67\xbe\xa7\x33\x9e\xac\x86\x75\x36\x2a\xd0\x89\x57\xdf\xf5\x6e\xed\x0c\x81\xe6\x5f\xa6\x1d\x26\x06\xa3\x88\x16\x44\x70\x0b\x6c\xba\x21\xa4\x3f\xaf\x48\xbb\xb5\xc6\x8c\x29\x20\xc5\xc7\x15\xbb\x3f\xf4\xe6\xd7\x1c\x75\xfa\xdd\xf5\x53\x92\xb6\x85\xb8\xfe\x0f\x1c\x53\xbb\xd5\x23\x4a\x76\x1b\x1f\x58\x76\xeb\x99\xd1\xc6\xdd\x24\x39\x6b\xba\xf8\x33\x00\x00\xff\xff\x3b\x89\xee\xc3\xed\x39\x00\x00"),
},
"/index.html": &vfsgen۰CompressedFileInfo{
name: "index.html",
@@ -192,7 +199,7 @@ var assets = func() http.FileSystem {
},
"/js/page": &vfsgen۰DirInfo{
name: "page",
- modTime: time.Date(2019, 5, 31, 7, 19, 37, 717607159, time.UTC),
+ modTime: time.Date(2019, 8, 3, 14, 33, 57, 906039330, time.UTC),
},
"/js/page/base.js": &vfsgen۰CompressedFileInfo{
name: "base.js",
@@ -249,10 +256,10 @@ var assets = func() http.FileSystem {
},
"/less/stylesheet.less": &vfsgen۰CompressedFileInfo{
name: "stylesheet.less",
- modTime: time.Date(2019, 8, 3, 7, 36, 35, 584469261, time.UTC),
- uncompressedSize: 15268,
+ modTime: time.Date(2019, 8, 4, 14, 18, 25, 274760861, time.UTC),
+ uncompressedSize: 17517,
- compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x5b\xdd\x6f\xe3\xb8\x11\x7f\xcf\x5f\x31\x48\xd0\x20\x69\x23\x9f\x9d\xaf\xdb\x28\xe8\xa1\x68\x71\x8b\x3e\xdc\x43\x81\x7b\x3c\xdc\x03\x2d\x51\x36\x1b\x59\x14\x44\x3a\x71\xb6\xc8\xff\x5e\x48\xa2\x24\x7e\x0c\x29\xda\x9b\x6b\xe5\xc5\xc2\x26\x29\x72\x66\x38\x1f\xbf\x19\x32\x69\xc3\xb9\x84\xff\x9c\x01\x00\x24\xc9\x7a\x93\xc2\xc5\xcf\x3f\xff\xfc\xac\x7e\x0b\x96\xd3\x35\x69\xfe\xde\x36\xdf\x3e\xb5\x1f\xab\xe7\x9f\xfc\x95\xaa\xee\xbb\xf6\x33\x74\x6f\x29\xc9\x55\xc7\xd7\xaf\x5f\x87\xd6\x8c\x57\x92\x56\xd2\x6e\x5e\xf3\x26\xa7\x4d\xbb\xf2\x43\xfb\x99\x46\x97\xbc\x71\x66\xee\x5a\x7f\x61\xd5\x4b\x0a\x17\x4f\x4f\x4f\x46\xf3\xaf\x3d\x51\xe6\xec\x3b\xc2\xaa\xb6\xe5\xfe\xfe\xee\xee\x71\x68\xa4\x4d\xc3\x9b\x7f\xa8\x05\xcc\x2e\x41\x4b\x9a\x49\x9a\x77\x54\x16\x05\xfd\x91\x3e\x3c\x9f\x75\x7d\x7f\xdb\xd1\x9c\x11\xb8\xaa\x1b\x5a\xd0\x46\xf4\x6b\x26\x22\xdb\xd2\x1d\x4d\x21\x27\xcd\xcb\xb5\x92\x64\xfb\x5c\xea\xa2\x1d\x1e\x25\xe2\xd5\xd7\xf6\xf3\x6c\x75\x69\x42\xd3\x85\x3d\x0d\xd0\xe5\x87\x8f\x18\x45\xb9\x7a\x6a\x3f\xee\x04\x8a\xe3\xaf\xce\xe2\x06\xdb\xb7\x8f\xab\xa7\xd5\x97\x69\xc8\xc7\x59\xff\xff\xc7\xd9\xd9\xe5\xa2\x62\x9b\xad\xa5\x32\x3a\x3f\x5e\x3e\xfc\xf4\x7b\xe8\x46\xe8\xf5\xd0\xf9\x71\x76\xf6\x67\x45\x51\x3f\x53\xf2\xc6\x72\xb9\x4d\x61\xf9\xac\x1a\x0f\x89\x60\xdf\x58\xb5\x49\x87\x01\x6b\x7e\xe8\xfb\x0a\x5e\xc9\xa4\x20\x3b\x56\xbe\xa7\x70\xfe\x2b\xdf\x37\x19\x85\x5f\x49\x25\xe0\x5f\x0d\x3f\xbf\x01\x41\x2a\x91\x08\xda\xb0\xa2\x1f\xbf\x23\xcd\xa6\xd5\x28\x35\x75\x4d\xf2\xbc\x9b\x57\xfd\x96\xf4\x20\x93\x9c\x66\xbc\x21\x92\xf1\x2a\x85\x8a\x57\xb4\xa3\x70\xcd\xf3\xf7\x81\x48\x92\xbd\x6c\x1a\xbe\xaf\xf2\x81\xc5\x57\xd2\x5c\xb5\xc2\xbc\xee\x86\x12\x35\x2e\xdb\x37\xa2\xed\xad\x39\xab\x24\x6d\xba\xbe\x85\xa8\x49\x46\x1b\x35\xa2\x28\xe9\x21\x85\x55\xd7\x73\x51\xf2\x0d\xab\x12\x91\xd1\x8a\xaa\xee\x2d\x6d\x37\x2b\x85\xd5\x72\xf9\xba\xb5\x08\x5e\x3d\xd6\x4a\x04\xad\x11\x17\x25\x7f\x4b\x81\xec\x25\xef\xdb\x72\x26\xea\x92\xbc\xa7\xdd\x0a\x7d\x13\x29\xd9\xa6\x4a\x98\xa4\x3b\x91\x42\x46\x7b\x8a\x06\x22\x92\x7e\x82\x8c\x97\xfb\x5d\x05\x15\x7f\x6b\x48\xfd\x3c\xcf\x6c\x37\xe2\xa7\x45\x67\x8f\xc9\x8e\x0a\x41\x36\x54\xb3\x19\xb5\x8d\xab\xe5\xf2\x4f\x93\x36\xee\xc8\x61\xd8\xdf\xfb\xe5\x72\x60\x62\xdc\x4b\xc1\xbe\xd1\x14\x56\x74\x37\xb5\xfb\x48\x18\x15\xf2\x5a\x1b\xab\x54\x71\x55\x1f\x40\xf0\x92\xe5\x03\xb9\x5d\xbb\x36\x10\x11\xe4\xa4\x1f\x89\xe4\xb5\x2e\x4e\xad\x67\xcd\xa5\xe4\x3b\xfb\xb5\x4e\x6f\x3a\x09\x9b\xb2\xed\xd4\x40\xa7\x79\x72\x5d\x8a\x96\x8f\x5e\x88\x6a\xf7\xd7\xfc\x70\xba\xfc\x2c\x0a\x4d\xf2\x8f\x11\x22\xa2\x3d\xf3\x8a\x72\x94\xf4\xbb\xa9\xc4\xb6\xe9\x22\xc1\x52\x29\x12\x74\x7e\xb7\x60\x8d\x90\x49\xb6\x65\x65\x6e\xb9\x5f\xff\xde\x7c\x4c\x13\xb4\x82\xe4\x09\x69\x28\xb1\xde\xf6\x30\x05\x21\xd3\x88\xe7\x3c\xa0\x52\x21\xe9\xb7\xe1\xed\xda\x1a\x3a\x78\x38\xa5\x67\x73\xa2\x0c\x8a\x73\x94\x88\x25\x0c\x30\xcd\xed\x4e\x37\x37\xa3\xff\x6d\x72\x41\xee\x08\xaf\x22\x39\x23\x45\x4d\x2a\x84\x04\x98\x76\xb5\xe9\xd7\xf9\x62\x4b\x0e\xc6\x00\x36\xfd\x32\xd9\x93\x64\x53\xb2\x8a\xfa\x38\x1c\x38\x78\xc0\x38\xd0\x55\xea\x1e\x5b\x7a\xd6\x56\x86\x27\xe4\x01\x4c\x1e\x74\x65\x65\x55\xbd\x97\x98\xb6\x06\x74\x69\x54\xe4\x4d\xc3\x72\xb3\xab\x6d\x49\x36\xa4\xc6\x5e\xeb\xfa\x24\xdd\xd5\x25\x91\x34\xe9\xd5\x58\xf4\x86\x04\xab\xc2\xa2\xf6\xdf\x7b\x21\x59\xf1\x3e\x70\x9c\xc2\x9a\x08\xda\x4a\xf9\x48\xc3\x89\x55\x66\xe3\xa5\x9f\x4a\xb2\xa6\x25\xb2\x9f\xd6\x66\x4c\x4e\x14\x11\x6d\x37\x51\x27\xde\x53\x26\x32\xb6\x00\xd5\xc9\x63\xfc\xa9\x29\x8d\x48\x9b\x6e\x9f\x1d\xab\x2c\x2c\xa4\x3f\xbe\x78\x89\x48\x62\x91\x6d\x69\xf6\xd2\x02\xa9\x82\x51\xc7\xb1\xc2\xa0\x1e\xbd\x56\xa4\xb0\x82\x1f\x7a\x93\xbd\x75\x57\x0d\xf8\x51\x30\x5d\x65\xc3\xdf\x50\x3f\x09\x31\x9a\x03\x98\x16\xfa\x06\x3a\x48\xcb\x19\x71\x99\x6e\x5b\x9c\x74\x83\x74\x14\x3c\xdb\x0b\x8f\x73\x72\xf0\xe0\xbe\xca\x69\xe3\x1a\x82\x67\xfc\xac\xb3\x07\x77\xab\x60\x54\xdc\xdf\xe4\x7b\x4d\xff\x7a\x3e\x6c\xdd\xf9\xef\x9f\xe7\x41\x91\xb5\x2f\xd6\x7b\x29\x79\x75\x64\xe8\x8c\xd8\xee\x80\x2b\xf3\x6e\xb0\xe9\x65\x4e\xb5\xe0\x6e\x37\x64\x43\x2a\x51\xf0\x66\x97\xc2\xbe\xae\x69\x93\x11\x81\x6c\xde\x9c\xfb\x06\x3b\x9c\x3c\xa2\x01\x51\xe9\x61\x4e\x0b\xb2\x2f\x25\xa6\x87\x8b\x5e\xcc\x9e\xad\x9c\x57\x64\x08\x29\x33\xcc\x2a\x34\xd8\xb2\xf3\x28\x25\x38\x4a\xe3\xb6\x7c\x60\x19\xe6\x45\x3b\xa1\x91\xc5\xb4\x4e\xcc\x9f\xc9\xf4\xb1\xf7\x71\x04\xb2\x43\x73\x49\x0b\xa9\xb7\xcf\xe7\x21\x6a\xe5\xbe\x8a\xa0\xb1\xdf\x2d\xa0\x6d\x56\x3f\xb3\xd6\xa0\x3c\xec\xa3\x01\xa6\x11\x8a\x3b\xf2\xb8\x60\xbd\x27\x28\xd8\x81\xe6\x9f\x81\x99\x3d\x8c\x8d\xd5\x1b\x6d\x77\xbe\x25\xac\xca\x55\xca\x38\x36\xda\xe6\x61\x83\x41\xbd\x6f\xa4\x72\x5d\xf2\xec\xc5\xec\x43\xc5\xd0\x09\x8c\x55\x74\xdc\x41\xb7\x7b\xce\x74\x42\x61\xca\x35\x63\x55\x05\xb2\x31\xc1\xe5\x82\x64\x92\xbd\x62\x28\xcf\x31\x3a\x67\x40\x60\x11\x7b\xec\x11\x40\xdd\xf2\xdb\xa8\x51\xfa\x8d\x31\xc6\x08\x67\x54\x43\x95\xef\x1c\xb2\xcc\x6f\x8a\xcc\x45\x4d\x36\x54\x15\x77\x1c\xe3\xd0\xb7\xd4\x36\xbc\xf6\x51\xa1\x05\x35\x10\x73\xa4\xd7\x3e\x82\x0e\xdb\xc7\xe8\x50\x8b\x72\x12\xfc\xf8\xf4\x68\xaa\xf0\x58\xf1\x67\xb2\xa5\xa5\x91\x89\x6f\x57\x1e\x51\x05\xcc\x40\x57\xf1\x85\x91\x4c\xe1\x31\x43\x2d\x95\xb3\x57\xcf\x5a\xf3\xde\x04\x8b\xb6\x28\xa8\x9a\x24\x81\xf8\x89\x16\xea\x2d\xfd\xe6\xba\x70\x12\xc3\x70\x0c\x9c\xf1\x14\x41\x1d\xd0\xcc\x49\x47\x3f\xad\x77\x71\x90\x8f\x87\x74\x3f\x5c\x9e\x81\x48\x06\xcf\x8e\x93\x0a\xa7\x91\x06\xcf\x0f\x4f\x47\xf1\x0c\x91\x89\x84\xe5\x53\xd2\xba\x24\x19\xdd\xf2\xd2\x54\x1a\xff\x92\xbf\xb0\xea\x25\xe0\x26\xbc\xa1\x24\x22\x5c\xdc\x3a\x69\xb3\x21\x10\xb7\x3b\x8a\x3a\x2c\xa6\x58\x42\xa8\xb8\xbc\x4a\x4b\x32\xd4\x8a\xae\x11\x41\xcc\xec\x3a\xee\xc0\x4f\xf0\xd5\x3e\x97\x5b\x72\xd2\x61\x99\x76\xda\x92\xbc\x1f\x65\xdf\x1e\xb4\x10\xcc\x9b\x66\xf3\xa5\xa9\x54\xbc\x65\x79\x4e\xab\x08\xbf\x1d\x8b\x9e\x5a\x9c\xf4\x36\x0b\x9f\x34\xa7\xbb\x5c\xae\x42\x01\xa0\xd9\xac\xc9\xd5\xf2\x06\xd4\xbf\xc5\xa3\x6e\x06\xcc\xda\xa4\xd8\x08\xaf\xd9\xf9\xbd\x6d\xe5\x73\x30\x46\xf1\xf9\x25\x0c\x8f\xdc\xee\x49\xb2\x64\x2d\x78\xb9\x97\xf4\x19\x57\x97\xe1\x80\x4a\x2b\xf0\x3e\x2e\x97\xf5\x41\xd7\x6c\x03\x34\x3f\x98\x91\xd7\x00\xce\x4b\xb7\x63\x08\x99\xfd\x6b\x63\xb7\x0f\x36\x8f\x9b\x6f\x96\x5a\x41\x83\x03\x76\xad\xa7\x9f\x7f\x89\xca\xcd\xd2\x0f\xd0\x74\xe4\xc1\x91\x59\x44\x56\xa9\x70\x40\x47\x61\x5c\x59\xc9\x3c\x7a\xd1\x9f\xd1\x1a\xfb\xd3\x1e\xbd\xeb\x63\x3e\x15\x55\x0c\xba\x62\x02\x7f\xa4\x02\x27\x70\x98\x9b\x32\x3c\x27\x96\x2d\x8e\x41\xbc\x70\x1c\xea\x85\xb8\x6a\x82\x07\xd7\x00\xe6\x41\xc0\xab\x0b\xda\x84\x5e\x58\x06\xdf\x99\x82\x20\xdb\xe0\x4c\x1d\xae\x21\x68\x54\xfa\x11\x1d\xb8\x6a\xdd\x2b\xb5\xe9\x2c\xb0\x2a\xb6\x5f\x85\x42\x7c\x41\x54\x01\xdc\xe0\x1e\x3d\x06\xb0\x8f\x48\x11\xae\x21\x06\xb3\xfd\x9f\x59\x89\x30\xe4\x10\xda\x81\x10\xe2\x71\x56\x37\x4f\xec\xc0\x5b\x2b\xe9\x55\x85\xef\x86\xb4\xf6\x82\xe6\x4c\x5a\x87\x80\xde\x24\x70\x3c\x4a\x8f\xcf\x8e\x34\x7b\x1e\xce\x1d\xd7\x9c\xbf\xec\x48\xf3\x22\x92\x4d\xc3\x72\x0c\xa2\x98\xc7\x0c\xe6\x31\x42\xc3\xdf\x44\xda\xe1\x6e\x85\x39\x7c\x03\xc7\xf3\x86\x86\xd6\x94\xc8\xab\xd6\x5b\x26\x05\x2b\xcb\x9b\xf6\xed\x1d\x39\x5c\xdd\xb5\xb1\xee\x06\x56\x45\x73\x7d\x6d\xcd\x82\x9c\x68\x78\x8a\x8a\xf6\x59\xf8\xe4\x8f\x06\x3e\xad\x7d\xef\xf1\x94\xa0\x65\x91\x82\x90\xa4\x91\xa8\x59\xb7\x36\xcd\xaa\xbe\xa4\x6b\xee\x0e\x98\xa5\xf3\x84\x56\x79\x0a\xc9\xea\xd9\x3b\xa0\x5b\xa4\x2b\xe0\xe8\x23\xbe\xaf\xc2\x8a\x30\x31\xab\xec\xe1\xd3\x0d\x2f\x48\xff\x43\x22\x54\x64\x98\x71\xfd\x8d\x3f\x1a\xdf\x3b\x8e\x7c\x9e\xe9\xe8\x1a\x70\xef\xa6\x96\x8b\x27\xcc\x51\x45\x55\xa6\x8f\x3e\x09\x3a\xe5\xb8\x69\xbc\xeb\x32\x9b\xfa\xa0\x61\xe7\x04\x4e\x91\x4c\x0e\x1c\xcf\xfc\x23\x26\x7b\xb7\xae\x80\x28\x54\x97\xed\xf1\x22\x69\xa3\x4c\x9a\xae\x69\xc1\x1b\xac\x20\xd8\xd3\xa6\x52\xa0\xf3\x1f\xce\x71\xcc\xf3\x39\xa7\x26\x97\x8b\x92\x09\x5b\x0f\x27\xa7\x65\x85\x29\x1b\x8a\x2f\x11\x3f\xe1\xba\x4c\xe5\x20\x97\x37\x5d\xd6\x54\x1f\x1c\x60\x1b\xf4\x4e\x60\x7b\x4b\xe7\x82\x00\xcc\xdc\xbb\xb0\xa9\xb7\x53\x42\x9f\xb8\x8c\x9f\x31\xd9\x8d\x87\x5c\x94\xe0\x79\xa6\x9d\x99\x8e\xd9\x60\x8d\x83\x8b\x9c\x91\x92\x6f\x12\x49\x36\xba\x37\x5b\x64\x7b\x21\xf9\x2e\x51\xbd\xda\xfd\xb0\xe1\x09\x47\xc0\xdb\x1b\x7d\x63\xfb\xa8\x77\xb2\xc4\xe6\x35\xa7\x98\x39\x2b\xc7\x62\xc4\x1c\x26\x43\x5d\x9d\x33\x2a\x70\xf7\xe3\x52\x2b\xe0\x04\x0e\xac\xe6\xe8\xf0\xd3\xe3\x71\x48\xc3\xa3\x7c\x40\x9f\x91\xdc\xa3\x19\xd8\x44\x6a\xd8\xe1\x4c\x34\x0c\x8e\xe7\xca\xe3\x78\xac\xc5\x95\x03\xba\xc5\xf4\x73\x78\x90\x23\x62\x8d\x2e\x52\x48\x34\xad\xc5\xc9\xba\x8e\x23\xab\x97\xc9\x0c\x55\x71\xad\x08\xf5\xff\x43\xd4\x60\x7e\xd3\x70\xb7\xa0\x52\xb2\x6a\x83\x9c\x52\x2a\xdf\xd6\x1a\x9e\x8b\xe8\x11\xa8\xe6\x2f\xdb\x75\xdd\x0b\xb5\x52\x17\xac\x09\xab\x8c\xcd\xc2\x21\x89\x07\x0f\x62\x57\x3d\xc3\x04\xe8\x23\x54\xe6\x35\xc5\x2e\x5c\x75\x26\x55\x39\xf7\x80\x54\x24\x3f\x32\x0e\x79\x3d\x29\x7c\x4e\x25\x61\xa5\x18\xc5\xd1\xe2\x19\x1b\x79\x0c\x98\xc5\x89\xc7\xc1\xc5\x27\x0f\x79\xe7\x66\xf0\x9f\x52\x81\x37\xc6\xcf\x81\xb7\x93\xdd\xb8\x36\x06\x4b\x21\x8d\x9f\x62\xbf\xdb\x91\xc6\x8e\x39\xd0\xc1\x2d\x21\x13\x21\xdf\x4b\x8a\x55\xb4\x20\xea\x26\x83\x97\x0a\x30\xa2\xea\x6d\x7d\xc0\xa1\x93\x7b\xa2\xe2\x46\x8f\xd8\x4b\x3b\xd1\xce\x20\xce\xf3\xa4\xc9\x1b\x5d\xbf\x30\x99\x28\x7d\x4c\xda\xb4\xd0\xbb\x4a\xa0\x36\xe8\x5f\x21\xe4\x91\x27\xf3\xfa\x4b\x18\x99\xf6\x1e\x18\x95\x2e\x44\xed\x61\x10\x8f\x5d\xfe\xc6\x6b\x5a\xfd\x1e\x50\xa3\x93\xee\xee\xb5\x4f\x2c\xff\x09\xc2\x7f\x90\xe6\x9c\xbd\x9a\xce\x23\x29\x38\xc7\x57\x1a\x55\xf4\xde\xa7\xa1\xf1\xf7\xd8\x02\x57\x7e\xc1\x3e\x92\xe9\x5e\xa3\x55\xee\x4b\xf9\x8e\x29\x58\xb7\xcf\x4f\x18\x2e\x83\xe3\xee\x36\x81\x15\x66\xf0\x9b\xae\x10\x95\xf3\x41\x5c\xae\x06\xb3\xd6\x0b\x47\x5d\x44\xf2\x2c\x30\x77\xd3\x89\xef\x65\x9b\x7b\xfa\x8c\xf7\x58\x3a\x00\xb7\x8a\x9c\x88\x2d\x45\x4a\x6c\x2e\x1b\xe1\x16\x5f\xfe\x31\xa8\xbc\xd2\xd8\xef\x39\x46\x9c\x62\xbf\x32\x7f\xf4\xd6\xf1\xc8\xdd\x17\x07\x12\xfb\xdd\x85\xf5\xd7\x07\x48\xc9\x61\xfa\x36\x7e\xc5\x6e\xfa\x86\x4d\x77\x36\x9a\x7f\x46\x29\x2d\x70\x2f\x35\x1c\xb5\x8e\xbc\x04\x74\xcc\xf5\xd2\x63\xaf\x96\xa2\x77\xa1\x63\xae\x94\xce\x9e\x9a\x9b\xdf\x6c\x2d\x25\x59\xc6\xf7\x95\xd4\xd9\xc5\x95\xc6\x52\x98\x25\x8a\x19\xf7\xb6\x76\xb8\xe0\xc6\xea\x3e\xba\xd6\xf9\x07\x5e\x68\x46\xb0\x41\xc4\xb5\x05\x38\xf1\xaf\x40\x00\x77\x95\x81\xfc\x3b\x26\xb1\x8e\xaa\x67\x42\xf8\x70\x07\xa1\xca\x17\xd7\xe2\xc0\x4f\x7c\x7d\x1a\x3e\x39\x12\x85\x5b\x90\x74\xf3\xbf\x01\x00\x00\xff\xff\x34\xd5\x95\x0a\xa4\x3b\x00\x00"),
+ compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x5b\xdb\x6e\xe3\x38\xd2\xbe\xcf\x53\x14\x12\xfc\xe9\x64\xfe\xc8\x63\xe7\x34\x1d\x05\x3b\x58\xec\xa0\x1b\x7b\x31\xbb\x58\xa0\xb1\x57\x83\xb9\xa0\x2d\xca\xe6\x46\x12\x05\x89\x4e\x9c\x5e\xe4\xdd\x17\x92\x28\x89\x87\x22\x45\xb9\xd3\x68\x79\x30\x1d\x93\x34\x59\x55\xac\xc3\x57\x45\x2a\xae\x38\x17\xf0\xdf\x13\x00\x80\x28\x5a\x6f\x63\x38\xfb\xf4\xe9\xd3\xa3\xfc\x5e\xb3\x84\xae\x49\xf5\xb7\xa6\xf9\xfa\xa1\xf9\x18\x3d\x7f\xe7\xcf\x54\x76\xdf\x34\x9f\xbe\x7b\x47\x49\x22\x3b\x3e\x7f\xfe\xdc\xb7\x6e\x78\x21\x68\x21\xcc\xe6\x35\xaf\x12\x5a\x35\x2b\xdf\x35\x9f\x71\x74\xc6\x2b\x6b\xe6\xb6\xf5\x77\x56\x3c\xc5\x70\xf6\xf0\xf0\xa0\x35\x7f\xe9\x88\xd2\x67\xcf\x09\x2b\x9a\x96\xdb\xdb\x9b\x9b\xfb\xbe\x91\x56\x15\xaf\x7e\x93\x0b\xe8\x5d\x35\xcd\xe8\x46\xd0\xa4\xa5\x32\x4d\xe9\x2f\xf4\xee\xf1\xa4\xed\xfb\x6b\x4e\x13\x46\xe0\xa2\xac\x68\x4a\xab\xba\x5b\x33\xaa\x37\x3b\x9a\xd3\x18\x12\x52\x3d\x5d\x4a\x49\x36\xcf\xb9\x2a\xda\xfe\x91\x22\x5e\x7d\x6e\x3e\x8f\x46\x97\x22\x34\x55\xd8\xe3\x00\x55\x7e\xf8\x88\x41\x94\xab\x87\xe6\x63\x4f\x20\x39\xfe\x6c\x2d\xae\xb1\x7d\x7d\xbf\x7a\x58\x7d\x1c\x87\xbc\x9d\x74\xff\x7f\x3b\x39\x39\x5f\x14\x6c\xbb\x33\x54\x46\xe5\xc7\xc9\x87\x9b\x7e\x07\xdd\x08\xbd\x0e\x3a\xdf\x4e\x4e\x7e\x92\x14\x75\x33\x45\x2f\x2c\x11\xbb\x18\x96\x8f\xb2\xf1\x10\xd5\xec\x2b\x2b\xb6\x71\x3f\x60\xcd\x0f\x5d\x5f\xca\x0b\x11\xa5\x24\x67\xd9\x6b\x0c\xa7\x5f\xf8\xbe\xda\x50\xf8\x42\x8a\x1a\xfe\x55\xf1\xd3\x2b\xa8\x49\x51\x47\x35\xad\x58\xda\x8d\xcf\x49\xb5\x6d\x34\x4a\x4e\x5d\x92\x24\x69\xe7\x95\xdf\x05\x3d\x88\x28\xa1\x1b\x5e\x11\xc1\x78\x11\x43\xc1\x0b\xda\x52\xb8\xe6\xc9\x6b\x4f\x24\xd9\x3c\x6d\x2b\xbe\x2f\x92\x9e\xc5\x67\x52\x5d\x34\xc2\xbc\x6c\x87\x12\x39\x6e\xb3\xaf\xea\xa6\xb7\xe4\xac\x10\xb4\x6a\xfb\x16\x75\x49\x36\xb4\x92\x23\xd2\x8c\x1e\x62\x58\xb5\x3d\x67\x19\xdf\xb2\x22\xaa\x37\xb4\xa0\xb2\x7b\x47\x9b\xcd\x8a\x61\xb5\x5c\x3e\xef\x0c\x82\x57\xf7\xa5\x14\x41\x63\xc4\x69\xc6\x5f\x62\x20\x7b\xc1\xbb\xb6\x84\xd5\x65\x46\x5e\xe3\x76\x85\xae\x89\x64\x6c\x5b\x44\x4c\xd0\xbc\x8e\x61\x43\x3b\x8a\x7a\x22\xa2\x6e\x82\x0d\xcf\xf6\x79\x01\x05\x7f\xa9\x48\xf9\x38\xcd\x6c\x3b\xe2\xd7\x45\x6b\x8f\x51\x4e\xeb\x9a\x6c\xa9\x62\x33\x72\x1b\x57\xcb\xe5\xff\x8d\xda\x98\x93\x43\xbf\xbf\xb7\xcb\x65\xcf\xc4\xb0\x97\x35\xfb\x4a\x63\x58\xd1\x7c\x6c\x77\x91\x30\x28\xe4\xa5\x32\x56\xaa\xe2\xaa\x3c\x40\xcd\x33\x96\xf4\xe4\xb6\xed\xca\x40\x44\x90\xa3\x7e\x44\x82\x97\xaa\x38\x95\x9e\x35\x17\x82\xe7\xe6\xcf\x5a\xbd\x69\x25\xac\xcb\xb6\x55\x03\x95\xe6\xd1\x75\x49\x5a\xde\x3a\x21\xca\xdd\x5f\xf3\xc3\xf1\xf2\x33\x28\xd4\xc9\x9f\x23\x44\x44\x7b\xa6\x15\x65\x96\xf4\xdb\xa9\xea\x5d\xd5\x46\x82\xa5\x54\x24\x68\xfd\x6e\xca\xaa\x5a\x44\x9b\x1d\xcb\x12\xc3\xfd\xba\xf7\xe6\x6d\x9c\xa0\x11\x24\x8f\x48\x45\x89\xf1\x6b\x07\x53\xe0\x33\x8d\x70\xce\x3d\x2a\xe5\x93\x7e\x13\xde\x2e\x8d\xa1\xbd\x87\x93\x7a\x36\x25\x4a\xaf\x38\x07\x89\x18\xc2\x00\xdd\xdc\x6e\x54\x73\xd3\xfa\x5f\x46\x17\x64\x8f\x70\x2a\x92\x35\xb2\x2e\x49\x81\x90\x00\xe3\xae\x56\xdd\x3a\x1f\x4d\xc9\xc1\x10\xc0\xc6\x6f\x3a\x7b\x82\x6c\x33\x56\x50\x17\x87\x3d\x07\x77\x18\x07\xaa\x4a\xdd\x62\x4b\x4f\xda\x4a\xff\xf8\x3c\x80\xce\x83\xaa\xac\xac\x28\xf7\x02\xd3\x56\x8f\x2e\x0d\x8a\xbc\xad\x58\xa2\x77\x35\x2d\xd1\x96\x94\xd8\xcf\xda\x3e\x41\xf3\x32\x23\x82\x46\x9d\x1a\xd7\x9d\x21\xc1\x2a\x35\xa8\xfd\xcf\xbe\x16\x2c\x7d\xed\x39\x8e\x61\x4d\x6a\xda\x48\x79\xa6\xe1\x84\x2a\xb3\xf6\xa3\x5f\x33\xb2\xa6\x19\xb2\x9f\xc6\x66\x8c\x4e\x14\x11\x6d\x3b\x51\x2b\xde\x63\x26\xd2\xb6\x00\xd5\xc9\x39\xfe\x54\x97\x46\xa0\x4d\x37\x4f\xce\x0a\x03\x0b\xa9\x8f\x2b\x5e\x22\x92\x58\x6c\x76\x74\xf3\xd4\x00\xa9\x94\x51\xcb\xb1\x42\xaf\x1e\x9d\x56\xc4\xb0\x82\x9f\x3b\x93\xbd\xb6\x57\xf5\xf8\x51\xd0\x5d\x65\xc5\x5f\x50\x3f\x09\x21\x9a\x03\x98\x16\xba\x06\x5a\x48\xcb\x1a\x71\x1e\xef\x1a\x9c\x74\x85\x74\xa4\x7c\xb3\xaf\x1d\xce\xc9\xc2\x83\xfb\x22\xa1\x95\x6d\x08\x8e\xf1\x93\xce\x1e\xec\xad\x82\x41\x71\xff\x10\xaf\x25\xfd\xcb\x69\xbf\x75\xa7\x7f\xbe\x9f\x07\x45\xd6\x3e\x5b\xef\x85\xe0\xc5\xcc\xd0\x19\xb0\xdd\x1e\x57\xe6\xdc\x60\xdd\xcb\x1c\x6b\xc1\xed\x6e\x88\x8a\x14\x75\xca\xab\x3c\x86\x7d\x59\xd2\x6a\x43\x6a\x64\xf3\xa6\xdc\x37\x98\xe1\xe4\x1e\x0d\x88\x52\x0f\x13\x9a\x92\x7d\x26\x30\x3d\x5c\x74\x62\x76\x6c\xe5\xb4\x22\x83\x4f\x99\x61\x52\xa1\xc1\x94\x9d\x43\x29\xc1\x52\x1a\xbb\xe5\x0d\xcb\x30\xcf\x9a\x09\xb5\x2c\xa6\x71\x62\xee\x4c\xa6\x8b\xbd\xf7\x03\x90\xed\x9b\x33\x9a\x0a\xb5\x7d\x3a\x0f\x91\x2b\x77\x55\x04\x85\xfd\x76\x01\x65\xb3\xba\x99\x95\x06\xe9\x61\xef\x35\x30\x8d\x50\xdc\x92\xc7\x6b\xd6\x79\x82\x94\x1d\x68\xf2\x1e\x98\xd9\xc1\xd8\x50\xbd\x51\x76\xe7\x6b\xc4\x8a\x44\xa6\x8c\x43\xa3\x69\x1e\x26\x18\x54\xfb\x06\x2a\xd7\x19\xdf\x3c\xe9\x7d\xa8\x18\x5a\x81\xb1\x82\x0e\x3b\x68\x77\x4f\x99\x8e\x2f\x4c\xd9\x66\x2c\xab\x40\x26\x26\x38\x5f\x90\x8d\x60\xcf\x18\xca\xb3\x8c\xce\x1a\xe0\x59\xc4\x1c\x3b\x03\xa8\x1b\x7e\x1b\x35\x4a\xb7\x31\x86\x18\xe1\x84\x6a\xc8\xf2\x9d\x45\x96\xfe\x97\x24\x73\x51\x92\x2d\x95\xc5\x1d\xcb\x38\xd4\x2d\x35\x0d\xaf\x79\x64\x68\x41\x0d\x44\x1f\xe9\xb4\x0f\xaf\xc3\x76\x31\xda\xd7\xa2\xac\x04\x3f\x3c\x3d\x1a\x2b\x3c\x46\xfc\x19\x6d\x69\xa9\x65\xe2\xbb\x95\x43\x54\x1e\x33\x50\x55\x7c\xa1\x25\x53\x78\xcc\x90\x4b\x25\xec\xd9\xb1\xd6\xb4\x37\xc1\xa2\x2d\x0a\xaa\x46\x49\x20\x7e\xa2\x81\x7a\x4b\xb7\xb9\x2e\xac\xc4\xd0\x1f\x03\x27\x3c\x85\x57\x07\x14\x73\x52\xd1\x4f\xe3\x5d\x2c\xe4\xe3\x20\xdd\x0d\x97\x27\x20\x92\xc6\xb3\xe5\xa4\xfc\x69\xa4\xc6\xf3\xdd\xc3\x2c\x9e\x21\x30\x91\x30\x7c\x4a\x5c\x66\x64\x43\x77\x3c\xd3\x95\xc6\xbd\xe4\xef\xac\x78\xf2\xb8\x09\x67\x28\x09\x08\x17\xd7\x56\xda\xac\x09\xc4\xee\x0e\xa2\x0e\x8b\x29\x86\x10\x0a\x2e\x2e\xe2\x8c\xf4\xb5\xa2\x4b\x44\x10\x13\xbb\x8e\x3b\xf0\x23\x7c\xb5\xcb\xe5\x66\x9c\xb4\x58\xa6\x99\x36\x23\xaf\xb3\xec\xdb\x81\x16\xbc\x79\xd3\x64\xbe\x34\x96\x8a\x77\x2c\x49\x68\x11\xe0\xb7\x43\xd1\x53\x83\x93\x5e\x26\xe1\x93\xe2\x74\x97\xcb\x95\x2f\x00\x54\xdb\x35\xb9\x58\x5e\x81\xfc\x6f\x71\xaf\x9a\x01\x33\x36\x29\x34\xc2\x2b\x76\x7e\x6b\x5a\xf9\x14\x8c\x91\x7c\x7e\xf4\xc3\x23\xbb\x7b\x94\x2c\x59\xd7\x3c\xdb\x0b\xfa\x88\xab\x4b\x7f\x40\xa5\x14\x78\xef\x97\xcb\xf2\xa0\x6a\xb6\x06\x9a\xef\xf4\xc8\xab\x01\xe7\xa5\xdd\xd1\x87\xcc\xee\x67\x43\xb7\x0b\x36\x0f\x9b\xaf\x97\x5a\x41\x81\x03\x66\xad\xa7\x9b\x7f\x89\xca\xcd\xd0\x0f\x50\x74\xe4\xce\x92\x59\x40\x56\x29\x71\x40\x4b\x61\x58\x59\x49\x3f\x7a\x51\x9f\xc1\x1a\xbb\xd3\x1e\xb5\xeb\x6d\x3a\x15\x95\x0c\xda\x62\x02\x77\xa4\x02\x2b\x70\xe8\x9b\xd2\x3f\x47\x96\x2d\xe6\x20\x5e\x98\x87\x7a\x21\xac\x9a\xe0\xc0\x35\x80\x79\x10\x70\xea\x82\x32\xa1\x13\x96\xc1\x37\xa6\x20\xc8\x36\x58\x53\xfb\x6b\x08\x0a\x95\x6e\x44\x07\xb6\x5a\x77\x4a\xad\x3b\x0b\xac\x8a\xed\x56\x21\x1f\x5f\x10\x54\x00\xd7\xb8\x47\x8f\x01\xcc\x23\x52\x84\x6b\x08\xc1\x6c\x3f\x98\x95\x00\x43\xf6\xa1\x1d\xf0\x21\x1e\x6b\x75\xfd\xc4\x0e\x9c\xb5\x12\x19\xa8\xb5\x72\xc9\x20\xef\xeb\x41\x17\x11\xb4\xe0\x84\x95\xde\x3a\x09\x4c\x62\x0c\x77\x0a\x71\x66\xa9\x34\x7a\x3c\x89\x90\x0f\xfa\xa9\xe5\xc7\x5b\xdf\xa9\xa5\x9e\xa4\x7d\x97\xa3\xdf\x50\xf0\x15\x9a\x58\x9d\xe5\x54\x90\x84\x88\xe3\xcb\xa6\x76\x78\x9b\xe3\xd1\xac\xb2\xea\x24\xc4\x56\xcb\xbe\x82\x89\xcc\x2c\xab\xa8\x47\x1f\xa6\xb1\x2a\x07\x05\x51\x2d\x48\x25\xda\x6a\x94\x6b\x04\x2d\x92\x18\xa2\x95\x93\xf8\x1b\x8b\x78\xcd\xd0\x7f\x31\x0d\xfd\x85\x57\x49\xb4\xae\x28\x79\x8a\xa1\xfd\x27\x6a\x5a\x8c\x58\xf2\x5a\xee\x68\x51\x63\xe1\xdc\x27\x56\xed\x10\x99\x15\x4f\x66\x70\x9d\xbb\x9d\x93\xfe\x46\x29\x4d\x84\x9c\x3d\x7a\x6a\xdc\x8e\x13\x8a\xef\x02\x27\x66\x63\x02\x50\x6e\x39\x48\xbb\x7d\x77\x27\xf2\xae\x7e\x62\x18\xf9\x93\x19\xbf\x15\xa3\xb3\xb2\x49\x3d\x00\x7c\x6c\xd8\x39\xd1\x45\x1c\x9e\xb1\xf6\xce\xf0\xda\x82\x23\x41\x69\xfb\xa4\xe2\x04\x2b\xcd\x3b\x17\x35\x51\xea\xcb\x8a\x8e\xf3\x6f\x78\x62\x3a\x23\xec\x7e\x53\xff\xcc\x3a\x51\xd5\xee\x8a\x7d\xf8\xf7\x7a\x5f\x88\x3d\xfc\x83\x17\xfc\xc3\x15\x7c\xf8\x8d\xef\x2b\x46\x2b\xf8\x27\x7d\xf9\x70\x05\xf2\xdb\x15\xe4\xbc\xe0\x6d\xde\x10\xe8\x7e\x75\xbe\x3c\x6e\xd5\x3c\xf3\x46\x18\x57\x19\xb4\xc0\x17\xb2\x20\xcf\x46\x39\xee\xcd\xf3\x73\x3d\x3d\x74\x12\xcd\xf2\xad\x75\xeb\x66\x30\x3a\xdd\x48\x55\x20\xd3\x61\x5e\x9e\xf7\x2c\x9c\xd1\x84\x09\xe3\x36\x93\xb3\x9a\x3d\xdc\x09\x0c\x2f\xf3\x2a\xba\xd5\xbb\x96\x35\xe7\x4f\x39\xa9\x9e\xea\xa8\x89\x3f\x58\xad\x45\xbf\x2f\xa1\xdf\x87\xa8\xf8\x4b\x1d\xb7\x05\x44\xe9\x32\x5c\x03\x87\x8b\x13\x15\x2d\x29\x11\x17\x8d\x4e\x46\x29\xcb\xb2\xab\xe6\xd7\x39\x39\x5c\xdc\x34\x49\xfb\x15\xac\xd2\xea\xf2\xd2\x98\x05\xb9\x9a\xe1\x38\x1d\x35\x95\x7e\xe8\x58\xf4\x7c\x1a\xdb\xd4\x41\x94\x9a\x66\x69\x0c\x6d\x58\x46\xb7\xb7\x49\x4e\x58\xd1\x9d\x4d\xeb\xbb\x03\x21\x81\x7b\x3a\xf6\x7f\xdb\x51\x31\xc2\x44\x78\x14\x45\x0f\xbe\x9d\x50\xe8\x47\xc6\x46\xed\xab\xeb\x8e\xca\x70\xc7\x0f\x63\xcb\xcf\x74\xf0\x61\x76\xe7\xc1\x96\x8b\x07\x2c\xe3\x0a\x82\x1f\xb3\xaf\xb4\x1c\x73\x6f\x66\xb8\xb4\x3b\x59\xc3\x45\xf3\xe7\x23\x38\x45\x4a\xd2\x60\xa5\x98\xbf\x60\xb2\xb7\x0f\x48\x10\x85\x6a\x41\x00\x4f\xa3\x26\x5d\x8e\xe3\x35\x4d\xb9\x15\x2b\x46\xda\x64\x2d\xf7\xf4\xe7\x53\xbc\x78\xf3\x3e\xd7\x3f\xce\x17\x19\xab\x4d\x3d\x1c\x9d\x96\x11\x7f\xcc\x9a\x22\x96\x23\xd8\x2e\x53\x3a\xc8\xe5\x55\x5b\xfe\x2d\x0f\x56\x85\xce\xeb\x9d\xc0\xf4\x96\xd6\x4d\x47\x98\xb8\x40\x6a\x52\x6f\xd6\xb6\x5d\xe2\xd2\xbe\x86\x94\x69\x1d\xe4\xa2\x04\x4f\x33\x6d\xcd\x74\x2c\xfa\x4e\x18\xc9\xf8\x36\x12\x64\xab\x7a\xb3\xc5\x66\x5f\x0b\x9e\x47\xb2\x57\xb9\xe8\xde\x3f\xfe\x08\x78\x7d\xa5\x6e\x6c\x17\xf5\x8e\x96\xd8\xb4\xe6\xa4\x13\x97\xfe\xb0\x18\x31\x55\x5c\x42\x5d\x9d\x35\xca\x73\x89\xf5\x5c\xc1\xf5\x9e\x9b\x37\x53\x74\xb8\xe9\x71\x38\xa4\xfe\x91\x3e\xa0\x03\x77\xb7\x68\x29\x79\x24\xd5\xef\x70\x46\x1a\x7a\xc7\x73\xe1\x70\x3c\xc6\xe2\xd2\x01\x5d\x63\xfa\xd9\x3f\xc8\x5d\x37\x85\x2e\x92\x0a\xb4\x3e\x8f\x93\x75\x19\x46\x56\x27\x93\x09\xaa\xc2\x5a\x11\xea\x7f\x60\x46\x3d\xe0\xee\x9a\x0a\xc1\x8a\x2d\x72\xdd\x4a\xfa\xb6\xc6\xf0\xec\xd2\x24\x02\xd5\xdc\xb5\xc1\xb6\x7b\x21\x57\x6a\x83\x35\x61\x85\xb6\x59\x38\x24\x71\xe0\x41\x57\x4e\x37\x7d\x00\xaa\x94\x90\xc7\xd8\x85\xab\xce\xa8\x2a\xa7\x0e\x90\x8a\x14\x7a\xb5\xdb\x6a\x8e\x24\x29\xa1\x82\xb0\xac\x1e\xc4\xd1\xe0\x19\x13\x79\xf4\x98\xc5\x8a\xc7\xde\xc5\x47\x0f\x79\x63\x1f\x45\xbc\xcb\x55\x02\x6d\x7c\x70\x25\x04\x66\xba\x71\x67\xd2\x08\xb6\x19\xd5\xfb\x3c\x27\x95\x19\x73\xa0\x85\x5b\xb5\x88\x6a\xf1\x9a\x51\xac\x96\x07\x41\x57\x32\x9d\x54\x80\x16\x55\xaf\xcb\x03\x0e\x9d\xec\xab\x21\x76\xf4\x08\xbd\x7d\x1c\xec\x0c\xc2\x3c\x4f\x1c\xbd\xd0\xf5\x13\x13\x91\xd4\xc7\xa8\x49\x0b\x9d\xab\x78\x0e\x39\xdd\x2b\xf8\x3c\xf2\x68\x5e\xff\xef\x47\xa6\x9d\x07\x46\xa5\x0b\x41\x7b\xe8\xc5\x63\xe7\x7f\xf0\x92\x16\x7f\x7a\xd4\xe8\xa8\x97\x10\x9a\x27\x94\xff\x08\xe1\xdf\x4b\x73\xc2\x9e\x75\xe7\x11\xa5\x9c\xe3\x2b\x0d\x2a\x7a\xeb\xd2\xd0\xf0\x0b\xf9\x9e\x77\x97\xc0\x3c\xe5\x68\x7f\x46\x8b\xc4\x95\xf2\xcd\x39\x79\x6f\x9e\x5f\x31\x5c\x06\xf3\x2e\x69\x83\x79\x34\x81\x96\xcd\x21\x28\xe7\x83\xb0\x5c\x0d\x26\xad\x17\x66\xdd\xa8\x76\x2c\x30\x75\x65\x9b\xef\x45\x93\x7b\xba\x8c\x77\x2e\x1d\x80\x5b\x45\x42\xea\x1d\x45\x4a\x6c\x36\x1b\xfe\x16\x57\xfe\xd1\xab\xbc\xd4\xd8\x6f\xb9\x0f\x35\xc6\x7e\x69\xfe\x78\xb5\xb3\xe7\xce\x2e\xb8\xba\xdd\x85\x51\x83\x47\x4a\x0e\xe3\x5f\xc3\x9f\xd8\x2b\x4b\x7e\xd3\x9d\x8c\xe6\xef\x51\x4a\xf3\xbc\x60\xe3\x8f\x5a\x33\x0b\xff\x73\xde\x93\x99\xfb\x8e\x0c\xfa\x52\x57\xc8\xbb\x31\x93\xd7\xff\xf4\xbf\x4c\x2d\x25\x9b\x0d\xdf\x17\x42\x65\x17\x57\x1a\x43\x61\x96\x28\x66\xb4\x0a\xf2\x36\xb8\x31\xba\x67\xd7\x3a\xbf\xe3\x9b\x59\x08\x36\x08\x38\xcd\x82\x23\x5f\x67\x05\xdc\x55\x7a\xf2\xef\x90\xc4\x3a\xa8\x9e\x09\xfe\x5b\x2a\x08\x55\xae\xb8\x16\x06\x7e\xc2\xeb\xd3\xf0\xce\x91\xc8\xdf\x82\xa4\x9b\xff\x0b\x00\x00\xff\xff\x0b\x40\xe2\x0b\x6d\x44\x00\x00"),
},
"/login.html": &vfsgen۰CompressedFileInfo{
name: "login.html",
@@ -294,6 +301,7 @@ var assets = func() http.FileSystem {
},
}
fs["/"].(*vfsgen۰DirInfo).entries = []os.FileInfo{
+ fs["/content.html"].(os.FileInfo),
fs["/css"].(os.FileInfo),
fs["/index.html"].(os.FileInfo),
fs["/js"].(os.FileInfo),
diff --git a/internal/webserver/handler-api.go b/internal/webserver/handler-api.go
index 67c0d48..449eb12 100644
--- a/internal/webserver/handler-api.go
+++ b/internal/webserver/handler-api.go
@@ -156,7 +156,7 @@ func (h *handler) apiGetBookmarks(w http.ResponseWriter, r *http.Request, ps htt
for i := range bookmarks {
strID := strconv.Itoa(bookmarks[i].ID)
imgPath := fp.Join(h.DataDir, "thumb", strID)
- imgURL := path.Join("/", "thumb", strID)
+ imgURL := path.Join("/", "bookmark", strID, "thumb")
if fileExists(imgPath) {
bookmarks[i].ImageURL = imgURL
@@ -309,7 +309,7 @@ func (h *handler) apiInsertBookmark(w http.ResponseWriter, r *http.Request, ps h
for _, imageURL := range imageURLs {
err = downloadBookImage(imageURL, imgPath, time.Minute)
if err == nil {
- book.ImageURL = path.Join("/", "thumb", strID)
+ book.ImageURL = path.Join("/", "bookmark", strID, "thumb")
break
}
}
@@ -488,7 +488,8 @@ func (h *handler) apiUpdateCache(w http.ResponseWriter, r *http.Request, ps http
// Split response body so it can be processed twice
archivalInput := bytes.NewBuffer(nil)
readabilityInput := bytes.NewBuffer(nil)
- multiWriter := io.MultiWriter(archivalInput, readabilityInput)
+ readabilityCheckInput := bytes.NewBuffer(nil)
+ multiWriter := io.MultiWriter(archivalInput, readabilityInput, readabilityCheckInput)
_, err = io.Copy(multiWriter, resp.Body)
if err != nil {
@@ -501,6 +502,8 @@ func (h *handler) apiUpdateCache(w http.ResponseWriter, r *http.Request, ps http
contentType := resp.Header.Get("Content-Type")
if strings.Contains(contentType, "text/html") {
+ isReadable := readability.IsReadable(readabilityCheckInput)
+
article, err := readability.FromReader(readabilityInput, book.URL)
if err != nil {
chProblem <- book.ID
@@ -510,7 +513,7 @@ func (h *handler) apiUpdateCache(w http.ResponseWriter, r *http.Request, ps http
book.Author = article.Byline
book.Content = article.TextContent
book.HTML = article.Content
- book.HasContent = book.Content != ""
+ book.HasContent = book.Content != "" && isReadable
if article.Title != "" {
book.Title = article.Title
@@ -535,7 +538,7 @@ func (h *handler) apiUpdateCache(w http.ResponseWriter, r *http.Request, ps http
for _, imageURL := range imageURLs {
err = downloadBookImage(imageURL, imgPath, time.Minute)
if err == nil {
- book.ImageURL = path.Join("/", "thumb", strID)
+ book.ImageURL = path.Join("/", "bookmark", strID, "thumb")
break
}
}
@@ -652,7 +655,7 @@ func (h *handler) apiUpdateBookmarkTags(w http.ResponseWriter, r *http.Request,
for i := range bookmarks {
strID := strconv.Itoa(bookmarks[i].ID)
imgPath := fp.Join(h.DataDir, "thumb", strID)
- imgURL := path.Join("/", "thumb", strID)
+ imgURL := path.Join("/", "bookmark", strID, "thumb")
if fileExists(imgPath) {
bookmarks[i].ImageURL = imgURL
diff --git a/internal/webserver/handler-ui.go b/internal/webserver/handler-ui.go
index 7fa5b0b..3218855 100644
--- a/internal/webserver/handler-ui.go
+++ b/internal/webserver/handler-ui.go
@@ -1,11 +1,15 @@
package webserver
import (
+ "fmt"
+ "html/template"
"io"
"net/http"
+ nurl "net/url"
"os"
"path"
fp "path/filepath"
+ "strconv"
"strings"
"github.com/julienschmidt/httprouter"
@@ -63,7 +67,42 @@ func (h *handler) serveLoginPage(w http.ResponseWriter, r *http.Request, ps http
checkError(err)
}
-// serveThumbnailImage is handler for GET /thumb/:id
+// serveBookmarkContent is handler for GET /bookmark/:id/content
+func (h *handler) serveBookmarkContent(w http.ResponseWriter, r *http.Request, ps httprouter.Params) {
+ // Get bookmark ID from URL
+ strID := ps.ByName("id")
+ id, err := strconv.Atoi(strID)
+ checkError(err)
+
+ // Get bookmark in database
+ bookmark, exist := h.DB.GetBookmark(id, "")
+ if !exist {
+ panic(fmt.Errorf("Bookmark not found"))
+ }
+
+ // Create template
+ funcMap := template.FuncMap{
+ "html": func(s string) template.HTML {
+ return template.HTML(s)
+ },
+ "hostname": func(s string) string {
+ parsed, err := nurl.ParseRequestURI(s)
+ if err != nil || len(parsed.Scheme) == 0 {
+ return s
+ }
+ return parsed.Hostname()
+ },
+ }
+
+ tplCache, err := createTemplate("content.html", funcMap)
+ checkError(err)
+
+ // Execute template
+ err = tplCache.Execute(w, &bookmark)
+ checkError(err)
+}
+
+// serveThumbnailImage is handler for GET /bookmark/:id/thumb
func (h *handler) serveThumbnailImage(w http.ResponseWriter, r *http.Request, ps httprouter.Params) {
// Get bookmark ID from URL
id := ps.ByName("id")
diff --git a/internal/webserver/server.go b/internal/webserver/server.go
index 8584461..097bd8b 100644
--- a/internal/webserver/server.go
+++ b/internal/webserver/server.go
@@ -33,7 +33,8 @@ func ServeApp(DB database.DB, dataDir string, port int) error {
router.GET("/", hdl.serveIndexPage)
router.GET("/login", hdl.serveLoginPage)
- router.GET("/thumb/:id", hdl.serveThumbnailImage)
+ router.GET("/bookmark/:id/thumb", hdl.serveThumbnailImage)
+ router.GET("/bookmark/:id/content", hdl.serveBookmarkContent)
router.POST("/api/login", hdl.apiLogin)
router.POST("/api/logout", hdl.apiLogout)
diff --git a/internal/webserver/utils.go b/internal/webserver/utils.go
index 1e5a826..0be554e 100644
--- a/internal/webserver/utils.go
+++ b/internal/webserver/utils.go
@@ -2,11 +2,13 @@ package webserver
import (
"fmt"
+ "html/template"
"image"
"image/color"
"image/draw"
"image/jpeg"
"io"
+ "io/ioutil"
"math"
"mime"
"net/http"
@@ -162,6 +164,24 @@ func downloadBookImage(url, dstPath string, timeout time.Duration) error {
return nil
}
+func createTemplate(filename string, funcMap template.FuncMap) (*template.Template, error) {
+ // Open file
+ src, err := assets.Open(filename)
+ if err != nil {
+ return nil, err
+ }
+ defer src.Close()
+
+ // Read file content
+ srcContent, err := ioutil.ReadAll(src)
+ if err != nil {
+ return nil, err
+ }
+
+ // Create template
+ return template.New(filename).Delims("$$", "$$").Funcs(funcMap).Parse(string(srcContent))
+}
+
func checkError(err error) {
if err != nil {
panic(err)