Penny Lane
The first thing you encounter when you get through security is the Penny Lane coffee-island. Perhaps you have visited Penny Lane's cozy café in the center of Aalborg? Penny Lane is known for their delicious and quality bakery bread - and at the airport it is no different. It is Penny Lane in Aalborg that delivers the bread fresh to the airport.
The Penny Lane coffee-island has a large selection of hot drinks, where you can find various coffees such as cafe latte, cafe au lait, flat white etc. At the same time, you can also enjoy a cup of hot chocolate, chai latte, matcha latte, iced coffee or a delicious frappe.
At Penny Lane you can find a buttered bun, a delicious cinnamon roll, a juicy brownie and of course a crispy croissant. In DELI you will find lunch and snacks, where breakfast is served from Penny Lane, which has a large selection of freshly baked bread and delicious cake.
Penny Lane is open every morning from the first departure until between 17.00 and 18.00 – depending on the number of departures and passengers.
You can contact DELI and Penny Lane on:
Phone: +45 96 32 67 79
E-mail: food@aal.dk
Error compiling template "Designs/aal/Paragraph/image.cshtml" Line 30: The name 'GetString' does not exist in the current context Line 42: The name 'GetString' does not exist in the current context Line 52: The name 'GetString' does not exist in the current context Line 52: The name 'GetString' does not exist in the current context Line 52: The name 'GetString' does not exist in the current context Line 69: The name 'GetString' does not exist in the current context Line 79: The name 'GetString' does not exist in the current context
1 //------------------------------------------------------------------------------ 2 // <auto-generated> 3 // This code was generated by a tool. 4 // Runtime Version:4.0.30319.42000 5 // 6 // Changes to this file may cause incorrect behavior and will be lost if 7 // the code is regenerated. 8 // </auto-generated> 9 //------------------------------------------------------------------------------ 10 11 namespace CompiledRazorTemplates.Dynamic { 12 using System; 13 using System.Collections.Generic; 14 using System.Linq; 15 16 17 public class RazorEngine_d7f5a26cccd6429da86fd20a78a64c3c : Dynamicweb.Rendering.ViewModelTemplate<Dynamicweb.Frontend.PageViewModel> { 18 19 #line hidden 20 21 public RazorEngine_d7f5a26cccd6429da86fd20a78a64c3c() { 22 } 23 24 public override void Execute() { 25 WriteLiteral("<figure"); 26 27 WriteAttribute("class", Tuple.Create(" class=\'", 94), Tuple.Create("\'", 125) 28 29 #line 3 "D:\dynamicweb.net\Solutions\Gotcha\aal.dev.gotcha.dk\Files\Templates\Designs\aal\Paragraph\image.cshtml" 30 , Tuple.Create(Tuple.Create("", 102), Tuple.Create<System.Object, System.Int32>(GetString("Item.Size") 31 32 #line default 33 #line hidden 34 , 102), false) 35 ); 36 37 WriteLiteral(">\r\n\t<img"); 38 39 WriteAttribute("src", Tuple.Create(" src=\'", 134), Tuple.Create("\'", 164) 40 41 #line 4 "D:\dynamicweb.net\Solutions\Gotcha\aal.dev.gotcha.dk\Files\Templates\Designs\aal\Paragraph\image.cshtml" 42 , Tuple.Create(Tuple.Create("", 140), Tuple.Create<System.Object, System.Int32>(GetString("Item.Image") 43 44 #line default 45 #line hidden 46 , 140), false) 47 ); 48 49 WriteAttribute("alt", Tuple.Create(" alt=\'", 165), Tuple.Create("\'", 299) 50 51 #line 4 "D:\dynamicweb.net\Solutions\Gotcha\aal.dev.gotcha.dk\Files\Templates\Designs\aal\Paragraph\image.cshtml" 52 , Tuple.Create(Tuple.Create("", 171), Tuple.Create<System.Object, System.Int32>(!string.IsNullOrWhiteSpace(GetString("Item.AlternativeText")) ? GetString("Item.AlternativeText") : GetString("Item.Caption") 53 54 #line default 55 #line hidden 56 , 171), false) 57 ); 58 59 WriteLiteral(">\r\n"); 60 61 62 #line 5 "D:\dynamicweb.net\Solutions\Gotcha\aal.dev.gotcha.dk\Files\Templates\Designs\aal\Paragraph\image.cshtml" 63 64 65 #line default 66 #line hidden 67 68 #line 5 "D:\dynamicweb.net\Solutions\Gotcha\aal.dev.gotcha.dk\Files\Templates\Designs\aal\Paragraph\image.cshtml" 69 if (!string.IsNullOrWhiteSpace(GetString("Item.Caption"))) 70 { 71 72 73 #line default 74 #line hidden 75 WriteLiteral("\t\t<figcaption>"); 76 77 78 #line 7 "D:\dynamicweb.net\Solutions\Gotcha\aal.dev.gotcha.dk\Files\Templates\Designs\aal\Paragraph\image.cshtml" 79 Write(GetString("Item.Caption")); 80 81 82 #line default 83 #line hidden 84 WriteLiteral("</figcaption>\r\n"); 85 86 87 #line 8 "D:\dynamicweb.net\Solutions\Gotcha\aal.dev.gotcha.dk\Files\Templates\Designs\aal\Paragraph\image.cshtml" 88 } 89 90 91 #line default 92 #line hidden 93 WriteLiteral("</figure>\r\n"); 94 95 } 96 } 97 } 98
1 @inherits Dynamicweb.Rendering.ViewModelTemplate<Dynamicweb.Frontend.PageViewModel> 2 3 <figure class='@GetString("Item.Size")'> 4 <img src='@GetString("Item.Image")' alt='@(!string.IsNullOrWhiteSpace(GetString("Item.AlternativeText")) ? GetString("Item.AlternativeText") : GetString("Item.Caption"))'> 5 @if (!string.IsNullOrWhiteSpace(GetString("Item.Caption"))) 6 { 7 <figcaption>@GetString("Item.Caption")</figcaption> 8 } 9 </figure> 10