fix: update home request definition to strip trailing slashes

1 parent 072183ef
<!DOCTYPE html>
<html lang="en" tal:define="home request.home[:-1];">
<html lang="en" tal:define="home request.home.strip('/');">
<head>
<meta charset="utf-8">
......
<!DOCTYPE html>
<html lang="en-us" tal:define="
home request.home[:-1];
home request.home.strip('/');
route_name route_name|request.matched_route.name;
css css|[];
js js|[];
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!