Note that there are some explanatory texts on larger screens.

plurals
  1. POis there any tool to convert html to twig?
    primarykey
    data
    text
    <p>I am learning Symfony2, and I am making small tests.</p> <p>Well I have made a small html for to test the twig templates.</p> <pre><code>&lt;html&gt; &lt;head&gt; &lt;title&gt;test00&lt;/title&gt; &lt;link rel="stylesheet" href="test.css" /&gt; &lt;/head&gt; &lt;body&gt; &lt;div id="test"&gt; &lt;img src="test.png" /&gt;&lt;br /&gt; &lt;a href="test.php"&gt;test&lt;/a&gt; &lt;/div&gt; &lt;/body&gt; </code></pre> <p></p> <p>And the files are in the same directory of html.</p> <p>Then copy all files (html, css and the images) to my test: /var/www/Symfony/src/Test/TestBundle/Resources/views/Default And rename the html to html.twig.</p> <p>But fail when use this html as twig template, because the Symphony try to use "http://localhost/Symfony/web/test.png" as link the image.</p> <p>And yes, I have read the documentation and know the "asset" and I can change the path to the files with some example test.png')" /> and also copy all files to the web directory in the budle.</p> <p>But I wonder "Is there any tool to convert html to twig?" because for example I can't say to my boss:</p> <p>"The Symfony2 is great. But your designer must to learn Twig and when she finish the html with dreamweaver, she must change all of links to css and images for to make a template...and yes she can't see anything only can send to me to put in the web server to check if it is correct."</p> <p>What do you hope that my boss will think about Symfony2? He will think this is crazy, this is twice of work.</p> <p>I think the best it is a automatic tool to translate a html with relative paths to twig and something like that a package files to put in web dir. And the designer does'nt need to know anything only make pretty htmls with few weird things as put {{page_name}} instead the "Page name".</p> <p>Regards.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload