<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Twig Templates &#8211; The Eternal Path</title>
	<atom:link href="https://arasan.de/tag/twig-templates/feed/" rel="self" type="application/rss+xml" />
	<link>https://arasan.de</link>
	<description>Arasan.de</description>
	<lastBuildDate>Thu, 15 Sep 2022 13:23:44 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.2</generator>

<image>
	<url>https://arasan.de/wp-content/uploads/2024/10/triquetra-512x512-1.png</url>
	<title>Twig Templates &#8211; The Eternal Path</title>
	<link>https://arasan.de</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Symfony Todo App &#8211; Bootstrap Styles hinzufügen</title>
		<link>https://arasan.de/symfony-todo-app-bootstrap-styles-hinzufuegen/</link>
		
		<dc:creator><![CDATA[«Æ»]]></dc:creator>
		<pubDate>Thu, 15 Sep 2022 13:23:43 +0000</pubDate>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Bootstrap]]></category>
		<category><![CDATA[Symfony]]></category>
		<category><![CDATA[SymfonyTodoApp]]></category>
		<category><![CDATA[Twig Templates]]></category>
		<guid isPermaLink="false">https://arasan.de/?p=574</guid>

					<description><![CDATA[In diesem Schritt fügen wir die Bootstrap Styles hinzu! Dazu passen wir das Twig Layout an: Nach Hinzufügen von Bootstrap passen wir den Style des &#8222;Erstellen-Buttons&#8220; an.]]></description>
										<content:encoded><![CDATA[<ol style="margin: 20px"><li><a href="https://arasan.de/symfony-todoapp-projekt-mit-git-github-erstellen/">Symfony TodoApp &#8211; Projekt mit Git + Github erstellen</a></li><li><a href="https://arasan.de/symfony-todoapp-todoscontroller-erstellen/">Symfony TodoApp &#8211; TodosController erstellen</a></li><li><a href="https://arasan.de/symfony-todoapp-twig-template-anpassen/">Symfony TodoApp &#8211; Twig Template anpassen</a></li><li>Symfony Todo App &#8211; Bootstrap Styles hinzufügen</li><li><a href="https://arasan.de/symfony-todo-app-todoscontroller-create-route-hinzufuegen/">Symfony Todo App &#8211; TodosController: Create Route hinzufügen</a></li><li><a href="https://arasan.de/symfony-todo-app-datenbankverbindung-erstellen/">Symfony Todo App &#8211; Datenbankverbindung erstellen</a></li><li><a href="https://arasan.de/symfony-todo-app-entity-repository-erstellen/">Symfony Todo App &#8211; Entity + Repository erstellen</a></li><li><a href="https://arasan.de/symfony-todo-app-todoitems-aus-tableplus-tabelle-anzeigen/">Symfony Todo App – TodoItems aus TablePlus Tabelle anzeigen</a></li><li><a href="https://arasan.de/symfony-todo-app-formular-fuer-erstellen-von-todoitems-erzeugen/">Symfony todo App &#8211; Formular für Erstellen von TodoItems erzeugen</a></li><li><a href="https://arasan.de/symfony-todo-app-formular-fuer-bearbeiten-von-todoitems-erzeugen/">Symfony Todo App &#8211; Formular für Bearbeiten von TodoItems erzeugen</a></li><li><a href="https://arasan.de/symfony-todoapp-loeschen-funktion-fuer-todoitems-erzeugen/">Symfony TodoApp &#8211; Löschen-Funktion für TodoItems erzeugen</a></li><li><a href="https://arasan.de/symfony-todoapp-login-registrierung-hinzufuegen/">Symfony TodoApp &#8211; Login + Registrierung hinzufügen</a></li></ol>



<p class="wp-block-paragraph">In diesem Schritt fügen wir die Bootstrap Styles hinzu! Dazu passen wir das Twig Layout an:</p>



<figure class="wp-block-image size-full"><img fetchpriority="high" decoding="async" width="2904" height="1638" src="https://arasan.de/wp-content/uploads/2022/09/symfony-symfapp-modify-twig-layout-add-bootstrap.png" alt="" class="wp-image-577"/></figure>



<figure class="wp-block-image size-full"><img decoding="async" width="1806" height="1680" src="https://arasan.de/wp-content/uploads/2022/09/symfony-symfapp-modify-twig-layout-add-bootstrap-browser.png" alt="" class="wp-image-578"/></figure>



<p class="wp-block-paragraph">Nach Hinzufügen von Bootstrap passen wir den Style des &#8222;Erstellen-Buttons&#8220; an.</p>



<figure class="wp-block-image size-full"><img decoding="async" width="2882" height="1634" src="https://arasan.de/wp-content/uploads/2022/09/symfony-symfapp-modify-twig-layout-add-bootstrap-modify-create-button-style.png" alt="" class="wp-image-580"/></figure>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="1804" height="1678" src="https://arasan.de/wp-content/uploads/2022/09/symfony-symfapp-modify-twig-layout-add-bootstrap-modify-create-button-style-browser.png" alt="" class="wp-image-581"/></figure>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Symfony TodoApp &#8211; Twig Template anpassen</title>
		<link>https://arasan.de/symfony-todoapp-twig-template-anpassen/</link>
		
		<dc:creator><![CDATA[«Æ»]]></dc:creator>
		<pubDate>Thu, 15 Sep 2022 13:05:19 +0000</pubDate>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Symfony]]></category>
		<category><![CDATA[SymfonyTodoApp]]></category>
		<category><![CDATA[Twig Templates]]></category>
		<guid isPermaLink="false">https://arasan.de/?p=568</guid>

					<description><![CDATA[Wir passen das Twig Template folgendermaßen an: Entfernen der Styles Hinzufügen von Überschriften Hinzufügen eines &#8222;Todo erstellen&#8220; Buttons Anzeigen der Todos Das ganze sieht im Browser so aus:]]></description>
										<content:encoded><![CDATA[<ol style="margin: 20px"><li><a href="https://arasan.de/symfony-todoapp-projekt-mit-git-github-erstellen/">Symfony TodoApp &#8211; Projekt mit Git + Github erstellen</a></li><li><a href="https://arasan.de/symfony-todoapp-todoscontroller-erstellen/">Symfony TodoApp &#8211; TodosController erstellen</a></li><li>Symfony TodoApp &#8211; Twig Template anpassen</li><li><a href="https://arasan.de/symfony-todo-app-bootstrap-styles-hinzufuegen/">Symfony Todo App &#8211; Bootstrap Styles hinzufügen</a></li><li><a href="https://arasan.de/symfony-todo-app-todoscontroller-create-route-hinzufuegen/">Symfony Todo App &#8211; TodosController: Create Route hinzufügen</a></li><li><a href="https://arasan.de/symfony-todo-app-datenbankverbindung-erstellen/">Symfony Todo App &#8211; Datenbankverbindung erstellen</a></li><li><a href="https://arasan.de/symfony-todo-app-entity-repository-erstellen/">Symfony Todo App &#8211; Entity + Repository erstellen</a></li><li><a href="https://arasan.de/symfony-todo-app-todoitems-aus-tableplus-tabelle-anzeigen/">Symfony Todo App – TodoItems aus TablePlus Tabelle anzeigen</a></li><li><a href="https://arasan.de/symfony-todo-app-formular-fuer-erstellen-von-todoitems-erzeugen/">Symfony todo App &#8211; Formular für Erstellen von TodoItems erzeugen</a></li><li><a href="https://arasan.de/symfony-todo-app-formular-fuer-bearbeiten-von-todoitems-erzeugen/">Symfony Todo App &#8211; Formular für Bearbeiten von TodoItems erzeugen</a></li><li><a href="https://arasan.de/symfony-todoapp-loeschen-funktion-fuer-todoitems-erzeugen/">Symfony TodoApp &#8211; Löschen-Funktion für TodoItems erzeugen</a></li><li><a href="https://arasan.de/symfony-todoapp-login-registrierung-hinzufuegen/">Symfony TodoApp &#8211; Login + Registrierung hinzufügen</a></li></ol>



<p class="wp-block-paragraph">Wir passen das Twig Template folgendermaßen an:</p>



<ul class="wp-block-list"><li>Entfernen der Styles</li><li>Hinzufügen von Überschriften</li><li>Hinzufügen eines &#8222;Todo erstellen&#8220; Buttons</li><li>Anzeigen der Todos</li></ul>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="2894" height="1638" src="https://arasan.de/wp-content/uploads/2022/09/symfony-symfapp-modify-todos-twig-template-add-headings-remove-styles.png" alt="" class="wp-image-571"/></figure>



<p class="wp-block-paragraph">Das ganze sieht im Browser so aus:</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="1812" height="1686" src="https://arasan.de/wp-content/uploads/2022/09/symfony-symfapp-modify-todos-twig-template-add-headings-remove-styles-browser.png" alt="" class="wp-image-572"/></figure>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
